-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
enhancementNew feature or requestNew feature or request
Description
General Info
- I installed the latest version of Supabase Kt
- I checked for similar feature requests
Feature request
If the session refresh fails, it's possible to send requests with the anon token by accident.
Usecase
It's very hard or impossible to distinguish between genuine permission issues and a request being sent with the anon token. It would be ideal to have a flag in the Postgrest
feature install that would cause requests to fail with a unique exception when not authenticated.
This can be checked directly before sending the request, but that creates a race condition.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request