iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.63k stars 304 forks source link

Not getting `id_token` in response: Apple authentication. #499

Open haccks opened 1 year ago

haccks commented 1 year ago

I am using 3.0.0 and now I am confused about id_token for apple authentication. This issue says to use both access_token and id_token for login. When I hit the authorisation url with the required params, I am getting only code. When I use this code for login in API then I get logged in successfully for the first time and I get access_token and refresh_token. There is no trace of id_token.

What am I missing here?

scottsoif commented 1 year ago

Have you figured this out? I have the same isssue