Skip to content

Commit

Permalink
docs: users in development explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
raulwwq0 committed Jun 11, 2023
1 parent f6fdeac commit 279a17d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ These are the ports where each sub-project is expose **locally**:
- Supabase (API): `3200`
- SonarQube: `3300`

### Dev Users

When running Supabase in development mode, it creates a some users. Since the project uses emails to identify users, I decided to use [Yopmail](https://yopmail.com/) to create some fake emails to use in development mode. These are the emails that you can use to sign in:

- `[email protected]` (Admin)
- `[email protected]` (User) where `X` is a number between 1 and 20.

After using one of these emails to sign in, you will receive an email with a magic link and a code. You can use the code to sign in or just click the magic link.

You can also use the Github sign in button to sign in with your Github account.

> **Warning**: Don't use these emails in production mode since anyone can access them.
---

## Screenshots
Expand Down

0 comments on commit 279a17d

Please sign in to comment.