We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f51220 commit fd10f0bCopy full SHA for fd10f0b
lib/auth/redis.js
@@ -70,7 +70,7 @@ Redis.getStore = function *getStore(token) {
70
if (!store) {
71
throw error.parse({
72
code : 'AUTH_INVALID_TOKEN',
73
- message : 'The authentication token provided is invalid'
+ message : 'The authentication token provided is invalid ' + token
74
}, 401);
75
}
76
//if (!store.persist) {
0 commit comments