Skip to content

Commit

Permalink
Add missing index to readme (#147)
Browse files Browse the repository at this point in the history
* Added support for Software Token MFA.

* update the readme.
 fix all lint issues + black issues.

* fix readme

* Add missing index to readme
  • Loading branch information
Taikono-Himazin authored Aug 1, 2022
1 parent 15d4d73 commit 2e7ea13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Makes working with AWS Cognito easier for Python developers.
- [Check Token](#check-token)
- [Verify Tokens](#verify-tokens)
- [Logout](#logout)
- [Associate Software Token](#associate-software-token)
- [Verify Software Token](#verify-software-token)
- [Set User MFA Preference](#set-user-mfa-preference)
- [Respond to Software Token MFA challenge](#respond-to-software-token-mfa-challenge)
- [Respond to SMS MFA challenge](#respond-to-sms-mfa-challenge)
- [Cognito SRP Utility](#cognito-srp-utility)
- [Using AWSSRP](#using-awssrp)
- [SRP Requests Authenticator](#srp-requests-authenticator)
Expand Down

0 comments on commit 2e7ea13

Please sign in to comment.