"JwtWebSecurityConfigurer" in "auth0-spring-security-api"

Anyone tried or wan to create a customized JwtWebSecurityConfigurer class?

Motivation
I need to override getAuthorities() method (link), because I want to parse scopes from a different source.

Issue
JwtWebSecurityConfigurer and a couple of other classes in this library have private constructors so that I have to copy-paste some of code. Anyone has a better way to do it?

Appreciate it!

Hey there @bo.liu!

Added a few tags to your topic so that potentially people interested in contributing to that will be able to track it more easily. From my perspective when I read that I also thought about copy-pasting appropriate parts of the code.

Thanks @konrad.sopala!

No worries! We’re here for you!