·
2 commits
to master
since this release
Included commits: 1.6.0...1.7.0
Improvements
- Introduced
OauthCustomerAuthenticationStrategyPluginInterfaceto enable custom customer resolution strategies for OAuth login. - Introduced
OauthCustomerPostResolvePluginInterfaceto execute side effects after a customer has been resolved via OAuth, such as identity persistence or welcome notifications. - Introduced
OauthCustomerRestrictionPluginInterfaceto allow restricting customers from authenticating via OAuth based on custom business rules.