Skip to content
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

Public/private key login #604

Closed
rmader opened this issue Jun 16, 2016 · 2 comments
Closed

Public/private key login #604

rmader opened this issue Jun 16, 2016 · 2 comments
Assignees

Comments

@rmader
Copy link
Contributor

rmader commented Jun 16, 2016

Additionally to userid/secret login, in some scenarios it might be handy to have a public/private key login, similar to ssh.

Especially for IoT devices, it's maybe nice if the devise can

  • just create it's own key pair (or get deploit with it)
  • sign up with it
  • as soon as the sign-up is accepted by the administrator, the device can use it to make a handshake (to get an access token, as key verification on each call is not performant, see Create servlet to obtain acces/login token #603)
  • it can then use the token on each request
@Orbiter
Copy link
Member

Orbiter commented Jun 23, 2016

+1

@rmader
Copy link
Contributor Author

rmader commented Jul 20, 2016

#714

@rmader rmader closed this as completed Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants