-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #60 Add OAuth Client ID to OAuth2Token (robotjoosen)
This PR was merged into the 0.1-dev branch. Discussion ---------- Add OAuth Client ID to OAuth2Token This PR should help with issue #50. It adds Client ID to the Passport and Token. This way the client can be retrieved like this: ``` $clientId = $this->security->getToken()->getOAuthClientId(); $userRepository->findOneByClientId($clientId); ``` Commits ------- 8c0e70f Add OAuth Client ID to OAuth2Token
- Loading branch information
Showing
4 changed files
with
21 additions
and
2 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
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