multi-factor-authentication

Overriding simple-jwt's TokenObtainPairSerializer to implement 2FA

Overriding simple-jwt's TokenObtainPairSerializer to implement 2FA Question: I am currently trying to implement 2-Factor Authentication in my Django Application. The first thing I’ve done is to modify the Meta class in the UserSerializer class to add two fields enabled (indicates if 2FA is enabled for a user) and secret_key (the key to generate OTP, that …

Total answers: 1

DEVICE_PASSWORD_VERIFIER challenge response in Amazon Cognito using boto3 and warrant

DEVICE_PASSWORD_VERIFIER challenge response in Amazon Cognito using boto3 and warrant Question: I’m using both the boto3 and warrant libraries to try to get a device authenticated to skip multi-factor authentication after it’s been recognized. I’ve got through a user/password auth but can’t seem to figure out the right way to authenticate the device. The following …

Total answers: 2