- Fixed compilation error when tuple contains more than 2 scopes #6
- Allowed to require multiple scopes at once #5
- Global customization of failure responses #3
- Readme and docs improvement
- BREAKING
root_scope
config replaced byroot_scopes
, it has to be list now @authorize
now accepts:scope
or:scopes
for respectively single scope and list of scopes- Compilation error will be raised when single
@authorize
attribute contain both:scope
and:scopes