nuxt-alt / auth

An alternative module to @nuxtjs/auth
https://nuxt-alt-auth.vercel.app/
MIT License
113 stars 20 forks source link

feat: support fetching OIDC userinfo from remote userinfo endpoint #10

Closed hendrikheil closed 1 year ago

hendrikheil commented 1 year ago

This PR aims to add support for forcing the OpenIDConnect scheme to fetch userinfo from the userinfo endpoint.

This is particularly useful when working with providers that do not update the ID token frequently (when using ory/hydra for example) or when using providers that supply too little information in the ID token in general.

Also see https://github.com/nuxt-community/auth-module/issues/1724