Skip to content

Commit

Permalink
fix: Changes facebook auth host to resolve JWT validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Borg committed May 7, 2024
1 parent 4b52366 commit f852040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapters/Auth/facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const jwt = require('jsonwebtoken');
const httpsRequest = require('./httpsRequest');
const authUtils = require('./utils');

const TOKEN_ISSUER = 'https://facebook.com';
const TOKEN_ISSUER = 'https://www.facebook.com';

function getAppSecretPath(authData, options = {}) {
const appSecret = options.appSecret;
Expand Down

0 comments on commit f852040

Please sign in to comment.