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

JSON web token should be the primary supported mechanism for authentication #81

Open
AdrianRossouw opened this issue May 19, 2016 · 1 comment

Comments

@AdrianRossouw
Copy link
Contributor

Systems such as auth0 are only really practical because they allow you to run the server on a different domain from the rest of the app, without having to do all kinds of tricky proxying and routing magic.

This will mean that the client will be responsible for storing the token, probably in localstorage or the like, but it will still make for a much easier integration point than forcing them to bend their backend and front-end to suit concorda.

@mirceaalexandru
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants