nuxt-community / auth-module

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

After login how to set value for auth._token_expiration.local ? #1640

Closed razu91 closed 2 years ago

razu91 commented 2 years ago

In nuxt client site try to find out which way to set this token_expiration value . In backend use laravel jwt and set time in backend jwt config & according to this value client site set this value in miliseconds after login but how its set ? need to know about this portion.