auth0-samples / auth0-spring-security5-api-sample

Sample demonstrating how to secure your API using Spring Boot 2 and Spring Security 5
MIT License
96 stars 67 forks source link

Upgrade to latest Spring version #4

Closed jimmyjames closed 4 years ago

jimmyjames commented 4 years ago

Changes

Updates to the latest version of Spring Boot, and use NimbusJwtDecoder instead of the now-deprecated NimbusJwtDecoderJwkSupport.

Quickstart article change here: https://github.com/auth0/docs/pull/8686

jimmyjames commented 4 years ago

Seem to be getting more issues with CircleCI being reported. If those pass, this is good.

We shouldn't be running CI checks on PRs in this case; I updated the required status checks so can get this merged. If you want to discuss CI checks on samples PRs later, feel free to reach out. Thanks!