Hi, Is there a way to save my token in localStorage in addition to the cookies ? I wanna listen on t...
b
Hi, Is there a way to save my token in localStorage in addition to the cookies ? I wanna listen on that token but its way easier to do it on the localStorage
r
Hey! You can. There is a way to customise supertokens to do this as shown in this demo app:
b
Thanks 🙏
r
The example removes the cookies, but you can just skip that part.