Skip to content

Releases: spryker/oauth-extension

1.8.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Feb 18:52

Included commits: 1.7.0...1.8.0

Improvements

  • Introduced AccessTokenValidatorPluginInterface to validate provided customer access token.
  • Introduced OauthAccessTokenValidationRequest transfer.
  • Introduced OauthAccessTokenValidationResponse transfer.

1.7.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 27 Jun 10:50

Included commits: 1.6.0...1.7.0

Fixes

  • Introduced ScopeCollectorPluginInterface.
  • Introduced ScopeDefinitionPluginInterface.
  • Introduced ScopeFinderPluginInterface.
  • Introduced ScopeRouteProviderPluginInterface.
  • Introduced OauthScopeFindRequest transfer.
  • Introduced OauthScopeFind transfer.

1.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 May 11:14

Included commits: 1.5.0...1.6.0

Improvements

  • Introduced OauthRequestGrantTypeConfigurationProviderPluginInterface.
  • Introduced GlueAuthenticationRequest transfer.
  • Introduced GlueAuthenticationRequestContext transfer.
  • Introduced OauthRequest transfer.

Deprecations

  • Deprecated OauthGrantTypeConfigurationProviderPluginInterface.

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 27 Jul 06:46

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced AuthorizationValidatorPluginInterface for validating bearer token authorization.
  • Introduced KeyLoaderPluginInterface used for loading cryptographic keys.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Jul 07:25

Included commits: 1.3.1...1.4.0

Improvements

  • Introduced OauthRefreshTokenPersistancePluginInterface to save refresh token.

Deprecations

  • Deprecated OauthRefreshTokenSaverPluginInterface.

1.3.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 Jun 07:51

Included commits: 1.3.0...1.3.1

Fixes

Adjusted composer.json so it allows version ^7.1.0 or version ^8.0.0 for league/oauth2-server in dev section

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Apr 14:16

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced OauthRefreshTokenCheckerPluginInterface to check if the refresh token has been revoked.
  • Introduced OauthRefreshTokenRevokerPluginInterface to revoke refresh token by provided OauthRefreshTokenTransfer.
  • Introduced OauthRefreshTokenSaverPluginInterface to revoke the refresh token by provided RefreshTokenEntityInterface object.
  • Introduced OauthRefreshTokensRevokerPluginInterface to revoke all the refresh tokens by provided collection of OauthRefreshTokenTransfer transfers.
  • Introduced OauthExpiredRefreshTokenRemoverPluginInterface to remove expired refresh tokens by provided OauthTokenCriteriaFilterTransfer transfer.
  • Introduced OauthRefreshTokenReaderPluginInterface to find refresh token by provided OauthTokenCriteriaFilterTransfer transfer.
  • Introduced OauthRefreshTokensReaderPluginInterface to get all refresh tokens by provided OauthTokenCriteriaFilterTransfer transfer.
  • Introduced OauthRefreshTokenCollection transfer.
  • Introduced OauthTokenCriteriaFilter transfer.
  • Introduced OauthRefreshToken transfer.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 04 Jun 13:03

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced \Spryker\Zed\OauthExtension\Dependency\Plugin\OauthUserIdentifierFilterPluginInterface.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Apr 13:52

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced OauthGrantTypeConfigurationProviderPluginInterface that is extension point for providing grant type configurations for Oauth module.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Jul 10:48

Included commits: https://github.com/spryker/oauth-extension/tree/1.0.0

Initial Release

Provides extension point plugin interfaces for Oauth module.