-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple token support #11
Comments
Idea on how to implement:
Would be easy enough to implement API calls to insert and remove devices, and you could avoid keeping any actual keys in the database in case it gets compromised. |
Should just be done as part of rust rewrite? Re: @karaiwulf |
The rust rewrite is very much incomplete, but it's located here. But yes I agree, multiple token support should be implemented. And as a later thing, probably some sort of pgp or ssh key signature mechanism as well. |
I'd like to switch to postgresql, see #31. I'll probs end up rewriting heartbeat in rust myself or fork your version |
I hadn't actually checked the issues to know that, but I was absolutely gonna use psql as the backend, since I've been having issues with the redis persistence on the illumos platform. |
I'm glad you're not the only one struggling with persistence rofl |
Possible, some way to configure a token for each device. As mentioned in #10
The text was updated successfully, but these errors were encountered: