— Yes, you can use jwt for stateless login
— But you'll need to store users themselves
— So that'll obviously be stateful
— Standards to replace 6 lines?
— Express-jwt/README.md at master · auth0/express-jwt
https://github.com/auth0/express-jwt/blob/master/README.md
Message permanent page
— Well this have things like token revoke
— Yeah, it just checks for expired tokens it seems