Maurits van der Schee 5 лет назад
Родитель
Сommit
0d079b8e66
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      examples/clients/auth.php/vanilla.html

+ 2
- 2
examples/clients/auth.php/vanilla.html Просмотреть файл

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

Загрузка…
Отмена
Сохранить