auth0 / omniauth-auth0

OmniAuth strategy to login with Auth0
MIT License
125 stars 67 forks source link

Use skip_info to avoid /userinfo call #46

Closed hzalaz closed 6 years ago

hzalaz commented 7 years ago

Instead of calling /userinfo, decode the id_token (if openid was included as the scope)

cocojoe commented 6 years ago

@hzalaz You could have wrote the PR 😆 @joshcanhelp Up to you on this one, not a priority though. Would need to ensure it has full id token validation as well.

joshcanhelp commented 6 years ago

Adding this to our backlog.