-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing minor code quality issues #231
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ composer.phar | |
composer.lock | ||
phpunit.xml | ||
vendor | ||
.env |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
[](https://travis-ci.org/auth0/auth0-PHP) | ||
[](https://codeclimate.com/github/auth0/auth0-PHP) | ||
[](https://codeclimate.com/github/auth0/auth0-PHP/coverage) | ||
[](https://www.versioneye.com/php/auth0:auth0-php) | ||
[](http://hhvm.h4cc.de/package/auth0/auth0-php) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not workin' |
||
[](https://packagist.org/packages/auth0/auth0-php) | ||
[](https://packagist.org/packages/auth0/auth0-php) | ||
|
||
|
@@ -62,7 +60,7 @@ Accepted params: | |
- **cache**: Receives an instance of `Auth0\SDK\Helpers\Cache\CacheHandler` (Supported `FileSystemCacheHandler` and `NoCacheHandler`). Defaults to `NoCacheHandler`. | ||
- **guzzle_options**: Configuration propagated to guzzle when fetching the JWKs. | ||
- **supported_algs**: `RS256` and `HS256` supported. Defaults to `HS256`. | ||
- **valid_audiences**: List of audiences that identifies the API (usefull for multitenant environments). | ||
- **valid_audiences**: List of audiences that identifies the API (useful for multi-tenant environments). | ||
- **authorized_iss**: List of issues authorized to sign tokens for the API. | ||
- **client_secret**: Client secret used to verify the token signature (only for `HS256`). | ||
- **secret_base64_encoded**: When `true`, it will decode the secret used to verify the token signature. Defaults to `true` (used only for `HS256`). | ||
|
@@ -156,7 +154,7 @@ This is a common issue with latest PHP versions under windows (related to a inco | |
|
||
> I am not using composer, my host does not allow using Composer | ||
|
||
This package uses composer for mantianing dependencies. However, if you cannot use composer on your server. Please follow the following steps and upload these dependencies manually. | ||
This package uses composer for maintaining dependencies. However, if you cannot use composer on your server. Please follow the following steps and upload these dependencies manually. | ||
|
||
- Download and install composer on your local environment. | ||
- Install auth0-PHP using composer. | ||
|
@@ -172,7 +170,7 @@ This package uses composer for mantianing dependencies. However, if you cannot u | |
|
||
#### 4.0 | ||
|
||
- Soon to deprecate the following clases: | ||
- Soon to deprecate the following classes: | ||
+ Auth0\SDK\Auth0Api: use \Auth0\SDK\API\Management instead | ||
+ Auth0\SDK\Auth0AuthApi: use \Auth0\SDK\API\Authentication instead | ||
+ Auth0\SDK\Auth0JWT: Use \Auth0\SDK\JWTVerifier instead | ||
|
@@ -182,7 +180,7 @@ This package uses composer for mantianing dependencies. However, if you cannot u | |
|
||
#### 3.x | ||
|
||
- SDK api changes, now the Auth0 API client is not build of static clases anymore. Usage example: | ||
- SDK api changes, now the Auth0 API client is not build of static classes anymore. Usage example: | ||
```php | ||
$token = "eyJhbGciO....eyJhdWQiOiI....1ZVDisdL..."; | ||
$domain = "account.auth0.com"; | ||
|
@@ -282,7 +280,7 @@ This SDK uses [Composer](http://getcomposer.org/doc/01-basic-usage.md) to manage | |
|
||
Auth0 helps you to: | ||
|
||
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**. | ||
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**. | ||
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**. | ||
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user. | ||
* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely. | ||
|
@@ -300,7 +298,7 @@ If you have found a bug or if you have a feature request, please report them at | |
|
||
## Author | ||
|
||
[Auth0](auth0.com) | ||
[Auth0](https://auth0.com) | ||
|
||
## License | ||
|
||
|
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shut down - https://blog.versioneye.com/2017/10/19/versioneye-sunset-process/