Skip to content

infra-grails/infra-auth

Repository files navigation

Auhor: Dmitry Kurinskiy ([email protected]) and Svyat Podmogayev ([email protected]).

infra-auth - Плагин, предоставляющий механизмы построения систем аутентификации и авторизации, а также другие возможности обеспечения безопасности для промышленных приложений.

Usage

For more flexible usage of the plugin you should override following classes: . .. ... , and define ..

Configuration

The plugin`s configs template:

infra {
    // Replacement default views with owns one
    auth {

        defaultRolePermissions = ["*:*"]
        defaultRoleName = "user"

        signInView = "/alterSignIn"

        signUpView = "/alterSignUp"

        unauthorizedView = "/alterUnauthorized"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published