szszszsz / trussed-secrets-app

(fork) Secrets App: OTP and PWS application for the Nitrokey 3
Apache License 2.0
0 stars 0 forks source link

Remove code of the challenge-response-auth feature #3

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR removes all code related to the challenge-response-auth feature from the specified files: authenticator.rs, command.rs, and state.rs. The challenge-response-auth feature is no longer needed in the current context of the application.

Summary

These changes ensure that the application no longer includes any code related to the challenge-response-auth feature, improving code cleanliness and maintainability.

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/remove-challenge-response-auth

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

szszszsz commented 1 year ago

sweep: Add changes for command.rs and state.rs as well