Inlägg

Visar inlägg med etiketten Bean

Spring Boot 3 with Auth0

  Spring Boot 3 with Auth0 Spring Boot 3 is using Spring Security 6 which have some updates. To get Auth0 JWT access token to work I created this simple Github repository. You can find it in this branch https://github.com/AIMMOTH/spring-boot-3/tree/auth0-security Auth0 SecurityFilterChain This repository contains a class with @Configuration and @EnableWebSecurity and matches on request to determine to authorize or permit all. See whole example below: