Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout functionality added to server #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdityaMitra5102
Copy link

Added:

  • Parameter 'timeout' (Optional of type int) which signifies the request time for attestation and assertion operations to class Fido2Server.
  • Added a timestamp in the 'state' value to handle timeout
  • Added errors for request timed out on register_complete() and authenticate_complete() functions in server.
  • An example in credential.py setting timeout for 3600 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant