You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Would be nice to be able to provide our own auth method for the password grant, while I could certainly pass in a new userRepository, it would be nice to be able to add an additional password verifier to the existing repo. Perhaps we could make this an aggrogate service, much like zend-auth uses?
The text was updated successfully, but these errors were encountered:
This request can fall into this request: Create event hooks for all OAuth2 Repository functions.
Though my work with api-skeletons/zf-oauth2-doctrine I often see cases for custom authorization such as to validate against an old password hash or to validate against a PIN instead of a Password.
This repository has been closed and moved to mezzio/mezzio-authentication-oauth2; a new issue has been opened at mezzio/mezzio-authentication-oauth2#6.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be nice to be able to provide our own auth method for the password grant, while I could certainly pass in a new userRepository, it would be nice to be able to add an additional password verifier to the existing repo. Perhaps we could make this an aggrogate service, much like zend-auth uses?
The text was updated successfully, but these errors were encountered: