Is your feature request related to a problem? Please describe.
As a user, it's very annoying to have to reauthorize my Bluesky account every hour after the session expires.
Describe the solution you'd like
There should be an option when logging in to choose whether the session should stay logged in.
Additional context
Session DIDs are stored as cookies. Most likely there just needs a change to the maxAge property when setting the cookie at the /oauth/callback endpoint.
Is your feature request related to a problem? Please describe. As a user, it's very annoying to have to reauthorize my Bluesky account every hour after the session expires.
Describe the solution you'd like There should be an option when logging in to choose whether the session should stay logged in.
Additional context Session DIDs are stored as cookies. Most likely there just needs a change to the
maxAge
property when setting the cookie at the/oauth/callback
endpoint.