what's the best way to handle sessions using supabase.io? im not using Auth to authenticate, im using my own custom tables for user authentication because i wanted to use global and user salts. How should i set the cookie?
n
Needle
04/17/2022, 11:01 PM
Hello @CipherCode!
This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``.
Pinging @User so that they see this as well!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates.
Want to change the title?
Use the
/title
command!
We have solved your problem?
Click the button below to archive it.
c
CipherCode
04/17/2022, 11:01 PM
or should i use LocalStorage?
o
Olyno
04/19/2022, 8:47 AM
Hi if you're using your custom auth way, the local storage is indeed an option, even if it's not the best one.
I can't find the article about it, but i remember someone who did an article on https://dev.to about how secure auth