Open
Description
It would be nice if Spring Security supported REST APIs issuing self-signed JWTs.
One use case that is quite common is for a REST API to first exchange a username and password for a JWT. That JWT is then used to authenticate subsequent requests.