mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
docs: verifying new accounts (#371)
This commit is contained in:
parent
cfba95f637
commit
b55232f6fe
1 changed files with 6 additions and 1 deletions
|
|
@ -66,7 +66,12 @@ We have a script to feed your local instance of Hive.
|
|||
### Run Hive
|
||||
|
||||
1. Click on Start Hive in the bottom bar of VSCode
|
||||
2. Open the UI (`http://localhost:3000` by default) and Sign in with one of the users you created on the Auth0 management console
|
||||
2. Open the UI (`http://localhost:3000` by default) and register any email and
|
||||
password
|
||||
3. Sending e-mails is mocked out during local development, so in order to
|
||||
verify the account find the verification link by visiting the email server's
|
||||
`/_history` endpoint - `http://localhost:6260/_history` by default.
|
||||
- Searching for `token` should help you find the link.
|
||||
|
||||
### Legacy Auth0 Integration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue