Closed joamag closed 6 months ago
⚠️ Some quick considerations:
key
as the follow-up token for OTP authentication
otp.username
??) for the sequence, there should also exist a otp.timeout
value to prevent OTP auth from taking to longotp
field additionally via API GET paramstouch_login_s
operation should not be performed once the username and password pass but only on _set_session - like in the social login flow
Related #26
Notes
The current implementation is naive in the sense that relies on the defaults of pyotp. It has been verified to work with the "Google Authenticator".