fixed algos

logging
AnzeBlaBla 2022-11-18 18:21:51 +01:00
parent fa5dc6c535
commit 427cf7aa94
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const cookieExtractor = function (req) {
const opts = {};
opts.jwtFromRequest = cookieExtractor;
opts.secretOrKey = PUB_KEY;
opts.algorithms = ['RS256', 'ES256', 'HS256'];
opts.algorithms = ['RS256'];
//opts.issuer = 'localhost';
//opts.audience = 'localhost';