Auhor: Dmitry Kurinskiy ([email protected]) and Svyat Podmogayev ([email protected]).
infra-auth - Плагин, предоставляющий механизмы построения систем аутентификации и авторизации, а также другие возможности обеспечения безопасности для промышленных приложений.
For more flexible usage of the plugin you should override following classes: . .. ... , and define ..
The plugin`s configs template:
infra {
// Replacement default views with owns one
auth {
defaultRolePermissions = ["*:*"]
defaultRoleName = "user"
signInView = "/alterSignIn"
signUpView = "/alterSignUp"
unauthorizedView = "/alterUnauthorized"
}
}