feat: created a better account creation flow
This commit is contained in:
@ -61,8 +61,6 @@ public class WebSecurityCustomConfiguration {
|
||||
.requestMatchers("/admin/**", "/shared/**")
|
||||
.access(hasRole("REALM_MyINPulse-admin"))
|
||||
.requestMatchers("/unauth/**")
|
||||
.permitAll()
|
||||
.anyRequest()
|
||||
.authenticated())
|
||||
.oauth2ResourceServer(
|
||||
oauth2 ->
|
||||
|
Reference in New Issue
Block a user