Skip to content

two questions - #32

Open
bilulanlv wants to merge 2 commits into
rafaelwendel:mainfrom
bilulanlv:main
Open

two questions#32
bilulanlv wants to merge 2 commits into
rafaelwendel:mainfrom
bilulanlv:main

Conversation

@bilulanlv

Copy link
Copy Markdown

1.After starting Bot and Abuse Protection, you need to add Authorization, otherwise captcha verification process failed will be reported.

  1. Add delete the user

After starting Bot and Abuse Protection, you need to add Authorization, otherwise captcha verification process failed will be reported.
Delete the user
Comment thread src/Service.php
@@ -29,6 +29,7 @@ public function __construct(string $apiKey, string $uriBase)

$this->httpClient = new \GuzzleHttp\Client();
$this->headers['apikey'] = $this->apiKey;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its been a while since ive used supabase, but is this line needed? i cant remember any use of an apikey header

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, without it you'll get

{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants