Skip to content
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

[Docs] Bullet points #2830

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/docs/tutorials/auth/add_auth_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ Since we're using Supabase for this, we can do this in the Supabase dashboard:
```shell
echo "SUPABASE_URL=your-project-url" >> .env
```

3. Next, copy your service role secret key and add it to your `.env` file

```shell
echo "SUPABASE_SERVICE_KEY=your-service-role-key" >> .env
```

4. Finally, copy your "anon public" key and note it down. This will be used later when we set up our client code.

```bash
Expand Down
Loading