Skip to content

Commit

Permalink
[Docs] Bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Dec 19, 2024
1 parent 43f610e commit 08097a7
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 08097a7

Please sign in to comment.