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 ba1f8c9 commit 0d079b8Copy full SHA for 0d079b8
examples/clients/auth.php/vanilla.html
@@ -2,7 +2,7 @@
2
<head>
3
<meta charset="utf-8" />
4
<script>
5
-var authUrl = 'auth.php'; // hostname ending in '.auth0.com'
+var authUrl = 'auth.php'; // url of 'auth.php' from php-api-auth
6
var clientId = 'default'; // client id as defined in auth0
7
var audience = 'api.php'; // api audience as defined in auth0
8
window.onload = function () {
@@ -30,4 +30,4 @@
30
<body>
31
<pre id="output"></pre>
32
</body>
33
-</html>
+</html>
0 commit comments