ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
557 stars 90 forks source link

Include jwt or introspection in sample names #64

Closed ch4mpy closed 2 years ago

ch4mpy commented 2 years ago

Samples are currently named after the application being servlet or reactive (webmvc / weblux) and Authentication implementation.

It would be nice to include token validation method (JWT decoder / introspection) in names too.