Skip to content
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

Deprecate TokenGenerator class #360

Merged
merged 2 commits into from
Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/API/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public function dbconnections_change_password(
/**
* Set an ApiClient for use in this object
*
* @deprecated 5.4.0, not used.
* @deprecated 5.4.0, not used and no replacement provided.
*
* @return void
*
Expand Down Expand Up @@ -736,7 +736,7 @@ public function impersonate(
/**
* Authorize using an access token
*
* @deprecated - 5.1.1, This feature is disabled by default for new tenants as of 8 June
* @deprecated 5.1.1, disabled by default for new tenants as of 8 June
* 2017. Open the browser to do social authentication instead, which is
* what Google and Facebook are recommending.
*
Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/TokenGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Class TokenGenerator.
* Generates HS256 ID tokens.
*
* TODO: Deprecate
* @deprecated 5.6.0, not used and no replacement provided.
*
* @package Auth0\SDK\API\Helpers
*/
Expand Down
2 changes: 1 addition & 1 deletion src/API/Management/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public function invalidateBrowsers($user_id)
/**
* Wrapper for self::getAll().
*
* @deprecated 5.4.0, use $this->>getAll instead.
* @deprecated 5.4.0, use $this->getAll instead.
*
* @param array $params Search parameters to send.
*
Expand Down
4 changes: 2 additions & 2 deletions src/API/Oauth2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* This class provides access to Auth0 Platform.
*
* @deprecated - Deprecated in 5.2.1; use \Auth0\SDK\Auth0 instead.
* @deprecated 5.2.1, use \Auth0\SDK\Auth0 instead.
*
* @codeCoverageIgnore - Deprecated
*/
Expand Down Expand Up @@ -131,7 +131,7 @@ class Oauth2Client
/**
* BaseAuth0 Constructor.
*
* @deprecated - Deprecated in 5.2.1; use \Auth0\SDK\Auth0 instead.
* @deprecated 5.2.1, use \Auth0\SDK\Auth0 instead.
*
* Configuration:
* - domain (String) - Required. Should match your Auth0 domain
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* This class provides access to Auth0 Platform API.
*
* @deprecated - Provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Management instead.
* @deprecated 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Management instead.
*
* @codeCoverageIgnore - Deprecated
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0AuthApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* This class provides access to Auth0 Platform auth API.
*
* @deprecated - Provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Authentication instead
* @deprecated 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\API\Authentication instead
*
* @codeCoverageIgnore - Deprecated
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0JWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This class provides access to Auth0 JWT decoder.
*
* @deprecated - Provided for bring backwards-compat and will be soon removed; use Auth0\SDK\JWTVerifier instead.
* @deprecated 4.0.0, provided for bring backwards-compat and will be soon removed; use Auth0\SDK\JWTVerifier instead.
*
* @codeCoverageIgnore - Deprecated
*/
Expand Down