SohoHouse / nuxt-oauth

Simple OAuth2 integration for your Nuxt app
MIT License
122 stars 27 forks source link

Enable Option for Session Duration #51

Closed mfikria closed 3 years ago

mfikria commented 4 years ago

Currently, the session is hardcoded and only support 24 hours. It will be nice to extend the options to include sessionDuration. Thanks!

Murked commented 4 years ago

+1, i was looking through the docs to find this option. I would love to be able to have it to never expire for my setup.