msa7 / multi_auth

Standardized multi-provider OAuth authentication
MIT License
111 stars 23 forks source link

Google refresh tokens #42

Closed jwoertink closed 9 months ago

jwoertink commented 9 months ago

My OAuth keys for google are now saying expired. When I search for a solution, they say we're supposed to be using refresh tokens. How do I use refresh tokens with this sign in? The user connects with google, then is MultiAuth supposed to fetch a fresh token and then I'm supposed to save that or something? I'm not understanding how that flow is supposed to work in this case.

jwoertink commented 9 months ago

Actually, I may have been a bit premature on this. The error said "The google access token has expired", but I think it may have been related to something completely different. I'm gonna go ahead and just close this for now.