nuxt/supabase - two tokens showing up in storage
Hi,
I upgraded to this version:
"@nuxtjs/supabase": "^1.3.5",
and now when logging in I am seeing two tokens being written to application memory
I dont believe this was happening before. Also only one of them seems to control the session
1. deleting the token ending in .1
kills the session and also deletess the .0
token
2. deleting the .0
token also kills the session but the .1
token sits there.0 Replies