Skip to content

Release_v1.0

Latest
Compare
Choose a tag to compare
@kgsnipes kgsnipes released this 13 Jul 02:50
· 2 commits to RC_2.0_SNAPSHOT since this release
d7778dc

Feature List

  • Password encryption with configurable SALT and PEPPER.
  • User Credentials Encryption is configurable supporting the below algorithms
    • MD2
    • MD5
    • SHA-1
    • SHA-224
    • SHA-256
    • SHA-384
    • SHA-512
    • SHA-512/224
    • SHA-512/256
    • SHA3-256
    • SHA3-384
    • SHA3-512
  • Configurable Change logs for any and every change that is made on the data. Helps with better auditing and change tracking.
  • Hierarchial usergroups to allow inheritance of permissions to the Users.
  • Easy integration with other Spring Applications as the API provides custom UserDetailsService and PasswordEncoder.
  • Simple Flat Data Structure for ease of customization and easy of portability.
  • Bulk import & export operations supported for all data models with CSV format.