s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Changed an interface of AuthService.check_permission method #68

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

A detailed information about what was changed in the interface is available in c3f9715.

In short: All optional arguments (i.e. arguments which was passed on the method call to be checked) are now specified in args and kwargs parameters, not directly in line after primary (access_token, in_domain and to_execute) arguments