Adrián Marín Colás

Results 2 comments of Adrián Marín Colás

I am trying to make it work but apparently, this does not work anymore ``` const authMiddleware = auth( (req) => intlMiddleware(req), { callbacks: { authorized: ({token}) => token !=...

Apparently, this does not work anymore ``` const authMiddleware = auth( (req) => intlMiddleware(req), { callbacks: { authorized: ({token}) => token != null }, pages: { signIn: '/login' } }...