miniature-sunset-64101
06/07/2023, 2:16 PMremember_me
function to extend a user's session to have a longer lifespan than the default setting. I don't see any specific API endpoints for this, nor is there anything I can see in the JavaScript SDK.
I'm referring to these docs, and possibly considering using the admin API, but:
1. If I set the persistent
property to false
in the cookie, as mentioned in the docs above, how can I tell the SDK to set a custom max-age
for the session?
2. I need the session to be extended or not based on a checkbox that the user checks, if true the session is longer, if false the default will apply
3. If I try and use the admin session endpoint to extend a user session, how do I set the amount of time by which it needs to be extended?
4. Also, if I use the admin API to extend and there is no setting to specify the time, does this mean I need to extend the session every time I obtain it?
I'm trying to gauge how much I need to code on my side as a workaround, vs. how much the SDK actually provides by default. Any assistance or guidance here would be appreciated 🙏🖖