nuxt-alt / auth

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

fixes refresh scheme #99

Closed chriscab83 closed 5 months ago

chriscab83 commented 5 months ago

includes grant_type 'refresh_token' on all refreshes. updates local provider to use refreshToken.data attribute if it is included in options, defaults to 'refresh_token' if not.