Browse Source

Update vanilla.html

Maurits van der Schee 5 years ago
parent
commit
0d079b8e66
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      examples/clients/auth.php/vanilla.html

+ 2
- 2
examples/clients/auth.php/vanilla.html View File

@@ -2,7 +2,7 @@
2 2
 <head>
3 3
 <meta charset="utf-8" /> 
4 4
 <script>
5
-var authUrl = 'auth.php'; // hostname ending in '.auth0.com'
5
+var authUrl = 'auth.php'; // url of 'auth.php' from php-api-auth 
6 6
 var clientId = 'default'; // client id as defined in auth0
7 7
 var audience = 'api.php'; // api audience as defined in auth0
8 8
 window.onload = function () {
@@ -30,4 +30,4 @@ window.onload = function () {
30 30
 <body>
31 31
 <pre id="output"></pre>
32 32
 </body>
33
-</html>
33
+</html>

Loading…
Cancel
Save