rindow/rindow-security-core

authentication and authorization security

1.0.1 2020-04-16 03:44 UTC

This package is auto-updated.

Last update: 2024-04-16 12:27:55 UTC


README

Master: Build Status

This is a library for unifying application procedures and procedures for using security functions including authentication and authorization.

The rindow-secuirty-core clarifies the division of roles between developers of security functions and developers of applications. Application developers can access control by class method merely by setting annotation in source code.

Provide the following functions

  • Flexible customizable authentication function
  • Authorization function that can control access by method
  • Authorization features can be configured both file-based and annotation-based