mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Working with jwt and flash messages #169

Closed aryeharmon closed 5 years ago

aryeharmon commented 5 years ago

Is it possible to work with JWT tokens and flash messages (connect-flash) ?

it seems flash messages are not saving in the session

mikenicholson commented 5 years ago

I'm not familiar with connect-flash. If there is some bug with passport-jwt that is breaking connect-flash please provide a clear explanation and succinct example code.