You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
When I scan the QR code generated, the entry is created with all the right parameters, except it using TOTP mode instead of Steam. I don't think there is a way to change the mode after the entry is created.
Solution(s)
Accept steam type (e.g. otpauth://steam/...). This violates the google authenticator spec. Benefit is that the uri won't work for apps that don't support the new type. By default 5 digits, instead of 6.
Make andotp able recognize issuer=Steam and select Steam instead of TOTP. Downside is that if there is ever regular TOTP for Steam, this will likely causes issues.