Security considerations about authentication
Hey everyone,
I'm relatively new to supabase and have been using this starter kit:
https://github.com/vercel/next.js/tree/canary/examples/with-supabase
I want to check:
Thanks in advance for your guidance!
I'm relatively new to supabase and have been using this starter kit:
https://github.com/vercel/next.js/tree/canary/examples/with-supabase
I want to check:
- Is this starter kit considered safe for handling authentication?
- Are there any additional security measures I should implement to strengthen the authentication process?
- Does the kit include everything needed for secure token handling and other essentials? (as I understand, supabase authentication uses JWTs, ref: https://supabase.com/docs/guides/auth)
Thanks in advance for your guidance!
GitHub
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.