spring-authorization-server
spring-authorization-server copied to clipboard
Implement JWT Authorization Grants
Implement JWT Authorization Grant as defined in RFC 7523.
For those inquiring about the future of this feature, @jgrandja has confirmed it's scheduled for release 1.1.0
@fkhantsi Correction. This feature is not scheduled as of yet. The link states:
We are also planning on documenting "Adding an extension authorization grant" in the reference manual via https://github.com/spring-projects/spring-authorization-server/issues/686. I scheduled it for the 1.1.0 release.
To clarify, gh-686 is scheduled for 1.1.0
.
is there any sample for using JWT Bearer? I noticed 1.1.0 had been released.