We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227066e commit e296771Copy full SHA for e296771
examples/clients/auth0/vanilla.html
@@ -7,7 +7,7 @@
7
var audience = 'https://your-php-crud-api/api.php'; // api audience as defined in auth0
8
var url = '/api.php/records/posts?join=categories&join=tags&join=comments&filter=id,eq,1';
9
10
-function requestApi() {
+function requestAPI() {
11
var match = RegExp('[#&]access_token=([^&]*)').exec(window.location.hash);
12
var accessToken = match && decodeURIComponent(match[1].replace(/\+/g, ' '));
13
if (!accessToken) {
0 commit comments