dj-rest-auth icon indicating copy to clipboard operation
dj-rest-auth copied to clipboard

Not getting `id_token` in response: Apple authentication.

Open haccks opened this issue 2 years ago • 1 comments

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?

haccks avatar Mar 30 '23 01:03 haccks

Have you figured this out? I have the same isssue

scottsoif avatar May 04 '23 05:05 scottsoif