add_permissions
to bulk add privileges (6eb08e6
)
- Improved add_permission and has_permission: target_key will now also be looked up (without ValueError on missing key) (
df388be
)
- Wildcards are only supported in 'privilege', not as object IDs to prevent confusion (
6f2928e
)
- Replace str.format with fstrings to catch missing variables (
d9d6457
)
- Memberhips -> memberships; get_ functions can return None (
ebd7a0b
)
- Support BYOG (bring your own gid) for all relevant add_ functions (item, group, user; not membership, permission) (
aeb06d9
)
- Allow '*' privileges (
2980fe1
)
- Don't autocommit within this library; raise errors from validate_ result (
b203e46
)
- Make ruff happier (
22b12e0
) - You can provide a custom gid to add_identity/add_item and password is optional for items (
986175b
)
- Allow
key_lookup
by whole row (e.g. dict with object_id and/or email) (03d5dd0
)
- Is_uuid now says True if the value already is a uuid.UUID; -> fixes
member_of
behavior (5030797
)
- Auth_rbac.define_model() can be used instead of
define_auth_rbac_model
(fab9a5a
)
- Make migrations work for postgres (+ add tests for sqlite and psql) (
a75758c
)
- Those views are not tables (
f2d8496
)
- Publish (postgres) migrations for rbac (
5d00057
)
- Improve typing (
4a1eb6e
)
- Initial non-nameko version (
9a292ad
)