Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukowski committed Jan 18, 2024
1 parent 8f0dc20 commit 4360ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Auth0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"auth0_verified_url" : "https://your_tenant.auth0.com/api/v2/users?per_page=5&sort=created_at%3A-1&fields=created_at%2Cnickname%2Cemail%2Cupdated_at&q=user_metadata.newsletter%3D%22true%22",
"auth0_users_url" :"https://your_tenant.auth0.com/api/v2/users?per_page=5&sort=created_at%3A-1",
"api_url" : "<your api url>",
"api_url" : "https://your_tenant.auth0.com/oauth/token",
"request_data" : {"client_id":"<your client id>","client_secret":"<your client secret>","audience":"<your audience>","grant_type":"client_credentials"}

}

0 comments on commit 4360ad0

Please sign in to comment.