Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): force logout on restart (#78)
The middleware returns 401 only if JWT signature is not valid: change the signature at each reboot to make sure the middleware invalidate all JWT tokens because the signature does not match anymore. NethServer/dev#7251
- Loading branch information