dj-rest-auth
dj-rest-auth copied to clipboard
Not getting `id_token` in response: Apple authentication.
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?
Have you figured this out? I have the same isssue