cakephp / authorization

PSR7 Middleware for authorization
MIT License
76 stars 47 forks source link

Rename authorize() to access() #174

Closed othercorey closed 3 years ago

othercorey commented 3 years ago

Refs https://github.com/cakephp/authorization/issues/172

This is the first PR in a series to update methods and configs to access.

This changes check to access because an earlier PR changed authorize to check before the RFC discussion.