nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

Auto-Refresh Tokens #1705

Closed gaurishhs closed 11 months ago

gaurishhs commented 2 years ago

Hello, I am using discord oauth and i wanted the access token to be auto-renewed, if not possible as stated in refresh oauth here How can we use the autoLogout in discord oauth?

Also, I'm using typescript so as specified in api/tokens The tokens property does not exist on a scheme. Please help me with that.. It works perfect in js not in ts...

Property 'token' does not exist on type 'Scheme<SchemeOptions>'.Vetur(2339)