-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oauth - Move CUD permissions to the BAO
This ensures permissions are checked regardless of the api version or action being performed. It also consolidates the code used to check access so that the API checkAccess action will stay consistently and always perform the same access checks as the other api actions.
- Loading branch information
Showing
8 changed files
with
114 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
ext/oauth-client/Civi/Api4/Action/OAuthContactToken/Create.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
ext/oauth-client/Civi/Api4/Action/OAuthContactToken/Delete.php
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
ext/oauth-client/Civi/Api4/Action/OAuthContactToken/OnlyModifyOwnTokensTrait.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
ext/oauth-client/Civi/Api4/Action/OAuthContactToken/Update.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters