mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
Revert behaviour of new jwt-express version.
Fixes breakage introduced in commit
cd00f8b995.
This commit is contained in:
@@ -15,6 +15,7 @@ const options = {
|
||||
secret: cfg.secret,
|
||||
credentialsRequired: false,
|
||||
algorithms: ['HS256'],
|
||||
requestProperty: "user",
|
||||
getToken
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user