-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationplanned
Description
Documentation is
- Missing
- Outdated
- Confusing
- Not sure?
Explain in Detail
All of the Server Framework Documentation still uses getUser() by default, which means there is an extraneous call to the database. Supabase created getClaims() for this purpose increasing the speed and security of Supabase Auth.
The docs should reflect this by default.
Outdated Setup
No Server Setup At All
- Nuxt - this doesn't even have a server endpoint setup and is just a Vue setup
- SolidJS - There should be a
SolidStartversion for server
The @supabase/ssr makes it easy to add functionality to any framework, and could easily be used in place of outdated addons like:
I am happy to help create a demo for all of these if necessary (just let me know), but first SvelteKit and NextJS docs need to be updated with getClaims() instead of getUser(), and before getClaims() can be useful, the typing problem should be fixed.
J
Your Suggestion for Changes
No response
Documentation URL
No response
Steps to reproduce
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationplanned