Removing faked error.
This commit is contained in:
parent
52eef17da0
commit
0afc34af69
|
@ -37,9 +37,6 @@ module.exports = (
|
|||
try {
|
||||
// check the actual user is authenticated first, try header or cookie
|
||||
const headerToken = ctx.request.headers[Headers.TOKEN]
|
||||
if (headerToken) {
|
||||
throw { name: "JsonWebTokenError" }
|
||||
}
|
||||
const authCookie = getCookie(ctx, Cookies.Auth) || openJwt(headerToken)
|
||||
let authenticated = false,
|
||||
user = null,
|
||||
|
|
Loading…
Reference in New Issue