You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
For development, I wish to disable authentication for my Spring Boot app. It's easy to disable logging in requirement in Application. But the problems are checks in templates (like is user in group). Is there easy trick to disable those or somehow mock authentication to return some hardcoded group?
Thank you for help.
The text was updated successfully, but these errors were encountered:
Hi,
For development, I wish to disable authentication for my Spring Boot app. It's easy to disable logging in requirement in Application. But the problems are checks in templates (like is user in group). Is there easy trick to disable those or somehow mock authentication to return some hardcoded group?
Thank you for help.
The text was updated successfully, but these errors were encountered: