New Features
- Add adapters of Gorm, MongoDB, RQLite and PostgreSQL.
- Support 3rd party role manager now.
- Add
KeyMatch3(): it matches URL like/{resource}. - Return boolean in RBAC API to show whether policy is affected.
- Add
AddRoleForUserInDomain()andDeleteRoleForUserInDomain()in RBAC API.
Bug Fix
- Fix matching bug in
keyMatch2().