Extend ModelCredentialsAuthenticatable with async authenticator #743
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Actually, the ModelCredentialsAuthenticatable protocol only expose the credentialsAuthenticator (future).
To allow to easy override the authenticate function with async code, it should also expose an asyncCredentialsAuthenticator (async).
The text was updated successfully, but these errors were encountered: