-
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
AppleIdAuth not working #241
Comments
Or should I add |
This lib is not maintained anymore. Use https://github.com/wagnerdelima/drf-social-oauth2 instead |
try to send : |
@AbdullahEslah Oh my God, thanks a lot! I have been struggling with this for two days and now I found your solution! |
Any Time friend i was like you 9 months ago .. |
Hi, need help to implement apple auth, i try to follow step from @AbdullahEslah but receive error like this. |
I've been trying to implement sign in with apple following this article and instructions from the docs, but still struggling.
I have set up everything from the docs, but whenever I make a request to
convert_token
view, I always end up with the following Exception:It's weird - it seems like the
BaseAuth
tries to authenticate the user instead of AppleIdAuth, but my settings seem to be correct in this regard.In my
settings.py
:Example payload I am trying to send to
convert_token
:Am I missing something? Please advise.
The text was updated successfully, but these errors were encountered: