Open arvobrendon opened 2 years ago
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 ? https://github.com/jazzband/django-oauth-toolkit/issues
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 On my login
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 Client_secret
You will have to take from stripe itself. You should see it in your stripe dashboard. Stripe has nothing to do with social authentication.
It required client_secret
Your code is not even in Python. You definitely don't need this library.
I bought this from some online course it use Facebook That why I'm trying to convert them into Django
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