Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Auros committed Jul 26, 2023
1 parent e41ef1f commit b89fbc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Auth0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ This should create an Auth0 Machine to Machine Application named `<Your API Name
* In Allowed Callback URLs, add the endpoint to what you want to redirect to after auth.
If you're just working on the Hive API, you can set this to a random localhost url like `http://localhost:10000`.
* In the Advanced Settings Grant Types tab, ensure that `Authorization Code`, `Refresh Token`, and `Client Credentials` are selected.
4. In Advanced Settings...
* Under the OAuth tab, set the `JSON Web Token (JWT) Signature Algorithm` to **HS256**.
* Under the Grant Types tab, ensure `Authorization Code`, `Refresh Token`, and `Client Credentials` are selected.
5. Make sure to save

## Hive

Expand Down

0 comments on commit b89fbc9

Please sign in to comment.