v0.10.8
🚀 Enhancements
Fix: Change Type of `authorization_rules` to `any` @nitrocode (#29)
what
- Change auth rules interface to any instead of an explicit object
why
- Requests came in so we dont have to set
access_group_id
andauthorize_all_groups
if one of them has to explicitly be set tonull
. With this PR merged, we can omit the unused key completely.
references
N/A