forked from klapaudius/oauth2-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* introduce Drupal style getVariable() and setVariable, replace legac…
…y variable get/set functions. * remove hardcode PHP display_error and errror_reporting, as this should be manually implement within 3rd party integration. * make verbose error as configurable and default disable, as this should be manually enable within 3rd party integration. * add lib/OAuth2Client.inc and lib/OAuth2Exception.inc for client-side implementation.
- Loading branch information
Showing
5 changed files
with
887 additions
and
117 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
Oops, something went wrong.