ソースを参照

Update vanilla.html

Maurits van der Schee 6年前
コミット
0d079b8e66
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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>

読み込み中…
キャンセル
保存