-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Telescope Supabase docs #3502
Conversation
Thank You for stepping up and actually make this doc!! Looks great and well written :) also this can close #2966 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall! You might need to make some changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work, thank you for this.
|
||
```bash | ||
curl http://localhost/v1/supabase/rest/v1/feeds?select=*&limit=2 | ||
-H "apiKey:<ANON_KEY>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works? They don't require you to put it in the Authorization
header? Interesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JWTs are put in Authorization header, so the the equivalent of supabase.auth.setAuth(JWT)
@humphd, thank you, ready to be reviewed again. |
Issue This PR Addresses
Fix #2734
Type of Change
Description
Steps to test the PR
Checklist