Closed
Description
One clear benefit of JwtDecoder
is it acts as an intermediate type for the purposes of configuration. It makes auto-configuration with Spring Boot very clean, and presents opportunities where the user can easily customize Bearer Token authentication strategy without needing to wire up a custom authentication provider.
It would be nice if the opaque token support had the same flexibility.