Skip to content

v0.10.8

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Jan 21:18
33f9766

🚀 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 and authorize_all_groups if one of them has to explicitly be set to null. With this PR merged, we can omit the unused key completely.

references

N/A