-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
OAuth Authentication Examples? #50
Comments
Hi bryan, you mean an example that shows how to use the access_token to authenticate the user with a custom django auth backend? |
Yes, that. 👍 |
Hi @bryanveloso , it'd be great if you could take a look at #54 and see if I got the point (I think you could just browse the docs, see commit dd121de) TIA |
@masci — Many thanks for taking the time to do this! After a quick read it does certainly seem straightforward, will the actual backend be included in the library as you have depicted in the doc? |
See #54. Merged on master |
🤘 |
It would be splendid to have an example or two around using the toolkit for "Facebook/Twitter-like" authentication. Considering there are other kits like django-social-auth out there, I'm struggling to find The Easy Way™ to do it apart from depending on and subclassing social-auth's classes.
The text was updated successfully, but these errors were encountered: