a
This commit is contained in:
parent
b28ead5937
commit
7f7f184804
@ -76,6 +76,11 @@ const _verify = (token, options) => {
|
||||
algorithm: ["RS256"]
|
||||
};
|
||||
|
||||
console.log('_VERIFY - SECURiTY.HELPERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR');
|
||||
console.log('token: ', token);
|
||||
console.log('publicKEY: ', publicKEY);
|
||||
console.log('verifyOptions: ', verifyOptions);
|
||||
|
||||
try {
|
||||
return jwt.verify(token, publicKEY, verifyOptions);
|
||||
} catch (err) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user