what's the best way to handle sessions using supab...
# help
c
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
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
or should i use LocalStorage?
o
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
n
CipherCode (2022-04-17)