perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
66 stars 19 forks source link

✨ Make session time more flexible #51

Closed fynnlyte closed 2 years ago

fynnlyte commented 2 years ago

Currently, there is one fixed session time for every user.

It should be possible for the user to request a different, pre-configured session duration based on his request, e.g.:

The supported keys can be sent when logging in, resetting password - also when refreshing the session?

In a later iteration: