Store session in different ways
Is it possible to store the session in multiple ways?
Right now I'm storing it always in local storage, but in some cases I would like not to - E.G a reset password flow with OTP verification.
Can you programatically decide when to store it in localstorage and when not to?
Right now I'm storing it always in local storage, but in some cases I would like not to - E.G a reset password flow with OTP verification.
Can you programatically decide when to store it in localstorage and when not to?