-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: users in development explanation
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|