-
Notifications
You must be signed in to change notification settings - Fork 0
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
Authentication API #171
Comments
I agree, probably change the existing users pal into like googleauthPAL or something, what else needs investigation, twitter, Facebook for All the blogging flow cytometrists. what about django's auth system |
That sounds sane. |
I'm assuming we are going to want to have an interface with unique Id, provider, nickname and email |
That would sound sensible. |
yeah, It would be prudent then to make a list of common auth providers then, and work out common elements. |
We should have, like, an API which handles authentication.
We have such an API at the moment, but it could be improved somewhat - mainly to support multiple methods of authentication. This should then be integrated with the improved users API which is being discussed in #170.
The text was updated successfully, but these errors were encountered: