We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d079b8 commit 16e83d2Copy full SHA for 16e83d2
examples/clients/auth0/vanilla.html
@@ -2,7 +2,7 @@
2
<head>
3
<meta charset="utf-8" />
4
<script>
5
-var authUrl = 'https://php-crud-api.auth0.com/authorize'; // hostname ending in '.auth0.com'
+var authUrl = 'https://php-crud-api.auth0.com/authorize'; // url of auth0 '/authorize' end-point
6
var clientId = ''; // client id as defined in auth0
7
var audience = ''; // api audience as defined in auth0
8
window.onload = function () {
0 commit comments