-
Hi all! I've successfully set this package up to work with providers that implement openid (have discovery URL's). It works great! The only thing I'm trying to figure out is how to use this package with providers that support OAuth 2.0 but haven't implemented OpenId (no discovery url, etc). For example, "Login with Spotify" supports OAuth 2.0 but they don't support openid (spotify oauth docs here). So far this is what I've come up with...
With the above code, I can successfully get to Spotify's login/authorize UI however get a I'm completely new to OAuth so probably making a silly mistake 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to solve this. For any future readers this is what I changed....
|
Beta Was this translation helpful? Give feedback.
I was able to solve this. For any future readers this is what I changed....
client.callback
toclient.oauthCallback