Skip to content

Commit fd10f0b

Browse files
committed
spitting the token back
1 parent 0f51220 commit fd10f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/redis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Redis.getStore = function *getStore(token) {
7070
if (!store) {
7171
throw error.parse({
7272
code : 'AUTH_INVALID_TOKEN',
73-
message : 'The authentication token provided is invalid'
73+
message : 'The authentication token provided is invalid ' + token
7474
}, 401);
7575
}
7676
//if (!store.persist) {

0 commit comments

Comments
 (0)