mickgeek/symfony-react-restful-boilerplate

401 after signing in

poulakidask opened this issue · 1 comments

After signing in, when I click "Profile" the server returns 401 from "/account", with "message": "JWT is not found, invalid or expired.", logs out and then redirects to login. Any idea why?

Hi.

Try use the php bin/console lexik:jwt:generate-keypair command to generate JWT secret keys. Sorry for the late reply.