-
Notifications
You must be signed in to change notification settings - Fork 191
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
Question #249
Comments
I don't get the gist of your question. Sorry. This repository is not maintained anymore. Do, i stead, you may use https://github.com/wagnerdelima/drf-social-oauth2 for authenticating. All the best. |
If I'm not using social auth Is this the one I should use ? |
django oauth toolkit will lead you to the same path: social authentication. To be honest, https://github.com/wagnerdelima/drf-social-oauth2 is way easier to integrate. |
But I'm not using any social I'm using just Django API |
Right, then you don't need django-oauth-toolkit at all. Does your django project not have any sort of authentication, authorization? |
My stripe payment needs |
You will have to take from stripe itself. You should see it in your stripe dashboard. Stripe has nothing to do with social authentication. |
Your code is not even in Python. You definitely don't need this library. |
I bought this from some online course it use Facebook |
Hello guys my project using https://github.com/RealmTeam/django-rest-framework-social-oauth2
for my project that include stripe on mobile
I’m converting them to django native code
Is this the one I should use > https://github.com/jazzband/django-oauth-toolkit/issues
sorry new to coding
The text was updated successfully, but these errors were encountered: