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 Oct 12, 2022. It is now read-only.
To make it clear what's required to implement new authenticators we need to write a specification on the needed functions, what needs to be returned, etc. maybe even already do a slight look ahead into the future and find out what might be required later on.
Currently the only two required functions of a authenticator are data and authenticate.
The text was updated successfully, but these errors were encountered:
Description
Authenticator Documentation
To make it clear what's required to implement new authenticators we need to write a specification on the needed functions, what needs to be returned, etc. maybe even already do a slight look ahead into the future and find out what might be required later on.
Currently the only two required functions of a authenticator are
data
andauthenticate
.The text was updated successfully, but these errors were encountered: