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

Release 8.6.0 #715

Merged
merged 2 commits into from
May 2, 2023
Merged

Release 8.6.0 #715

merged 2 commits into from
May 2, 2023

Conversation

evansims
Copy link
Member

@evansims evansims commented May 2, 2023

Added

  • PAR (Pushed Authorization Request) support¹ (#714):
    • Auth0\SDK\API\Authentication\PushedAuthorizationRequest is a new class for issuing Pushed Authorization Requests and producing authorization links for them.
    • Auth0\SDK\API\Authentication::pushedAuthorizationRequest() has been added as a shortcut method for returning a configured instantiation of the above class.
    • Auth0\SDK\Auth0::login() has been updated to support issuing Pushed Authorization Requests and returning authorization links for them.
    • Auth0\SDK\Configuration\SdkConfiguration has been updated to accept a pushedAuthorizationRequest boolean to enable this feature.
  • Auth0\SDK\Auth0::isAuthenticated() has been added as a shortcut method. It is an alias for getCredentials() !== null.

¹ Note: To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.

@evansims evansims added the Scope: Release Shipping a new release of the library. label May 2, 2023
@evansims evansims requested a review from a team as a code owner May 2, 2023 17:04
@evansims evansims merged commit b776758 into main May 2, 2023
@evansims evansims deleted the release/8.6.0 branch May 2, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Release Shipping a new release of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants