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
Currently using Spring Security doesn't seem to be providing great value. There is much boilerplate needed for making it work and removing it will probably make the code base smaller. Dynamic routes can be added after login depending on the user's role as an alternative security solution.
The current boilerplate could be moved to a separate addon. In that case it could make sense to use it still.
Currently using Spring Security doesn't seem to be providing great value. There is much boilerplate needed for making it work and removing it will probably make the code base smaller. Dynamic routes can be added after login depending on the user's role as an alternative security solution.
The current boilerplate could be moved to a separate addon. In that case it could make sense to use it still.
Relates to #736
The text was updated successfully, but these errors were encountered: