Quellcode durchsuchen

Update vanilla.html

Maurits van der Schee vor 5 Jahren
Ursprung
Commit
0d079b8e66
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      examples/clients/auth.php/vanilla.html

+ 2
- 2
examples/clients/auth.php/vanilla.html Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern