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!