We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need some kind of login method.
My ideas: Either integrate with an OAuth provider or store a token in localStorage that manually can be exchanged.
localStorage
The text was updated successfully, but these errors were encountered:
As we're already using Firebase, we could use it's Auth capabilities: https://github.com/firebase/firebaseui-web It supports Google, Facebook, Twitter, Github, 'Email and password' and custom OAuth.
But I haven't looked at it in detail yet.
Sorry, something went wrong.
Using anonymous firebase login for now
Initially I was considering using the existing Single Sign On Certificate Infrastructure. Hardware devices (https://github.com/WaeCo/Coffee-light/tree/master/hardware) probably can not use that, though.
No branches or pull requests
We need some kind of login method.
My ideas:
Either integrate with an OAuth provider
or store a token in
localStorage
that manually can be exchanged.The text was updated successfully, but these errors were encountered: