1.0.0 • Published 3 years ago

@soufantech/hie v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

typescript-image jest-image npm-image

Installing

with yarn

yarn add @soufantech/hie

or npm

npm install @soufantech/hie

Todo:

  • docs: add usage examples;
  • chore: add and configure semantic-release;
  • refactor: refactor authorities to their own folder;
    • move RoleAuthority interface from role-matcher.ts;
  • test: remove use of getMapping function in HierarchicalRoleAuthority tests;
  • refactor: remove getMapping function;
  • feat: define role hierarchy as string (more or less like Spring Boot does);