-
get access token curl --request POST
--url https://dev-xixf597q.eu.auth0.com/oauth/token
--header 'content-type: application/json'
--data '{"client_id":"<client_id>","client_secret":"<client_secret>","audience":"https://AUTH0_URL/api/v2/","grant_type":"client_credentials"}' -
use access token curl --request GET
--url http://localhost:3000/home
--header 'authorization: Bearer < token >'
-
Notifications
You must be signed in to change notification settings - Fork 0
orangitfi/auth0demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demo of Auth0 API authentication
Resources
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published