© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
4 replies
0xDEADBEEF

sb-access-token,sb-refresh-token VS supabase-auth-token?

What is the difference between sb-access-token,sb-refresh-token AND supabase-auth-token?

I am building a chrome extension where I want users to login on the website. Currently, website sets cookie supabase-auth-token when logging in with email/password and it sets all 3 (sb-access-token,sb-refresh-token, supabase-auth-token) when logging in with Google.

My goal is to have extension use supabase-auth-token cookie (set by the website) and never sign out user unless user manually signs out from both extension and website. Is it possible to do so?

Right now, it seems like website refreshes supabase-auth-token periodically, keeping users forever signed in, which is expected. How can I accomplish same with extension?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to refresh access token using refresh token in supabase c# api?
SupabaseSSupabase / help-and-questions
4mo ago
Iframe refresh token (auth)
SupabaseSSupabase / help-and-questions
7mo ago
Supabase Auth vs Better Auth?
SupabaseSSupabase / help-and-questions
2mo ago
Session not working from `sb-access-token` cookie
SupabaseSSupabase / help-and-questions
4y ago