u2f_ex v0.1.0 U2FEx
Handles registration and authentication of incoming U2F requests.
Link to this section Summary
Functions
Finishes authentication for a known U2F token
Verifies registration is complete by checking the challenge
Starts authentication against a known U2F token
Begins a registration request by creating a challenge
Link to this section Functions
Link to this function
finish_authentication(user_id, device_response)
Finishes authentication for a known U2F token.
Link to this function
finish_registration(challenge, device_response)
Verifies registration is complete by checking the challenge.
Starts authentication against a known U2F token.
Link to this function
start_registration(username)
Begins a registration request by creating a challenge.