A Serverless API for registering and validating Multi-Factor Authentication methods. Currently supports Time-based One Time Passwords (TOTP) and FIDO U2F devices (YubiKeys).
MIT License
12
stars
8
forks
source link
Enable changing the API Secret in case it is compromised #6
This would require a call from the API consumer that provides the API Secret, which we could then use to decrypt the TOTP Keys, re-encrypting them with a new API Secret that we then return to the consumer.
This would require a call from the API consumer that provides the API Secret, which we could then use to decrypt the TOTP Keys, re-encrypting them with a new API Secret that we then return to the consumer.