Open nshopik opened 10 years ago
Currently otpauth URL only contain username, sometimes you have different instances with same username. So it impossible to differentiate them unless you manually rename them.
Example:
otpauth://totp/username@HOSTNAME?secret=SECRET&digits=6&period=30
I would prefer using the ISSUER-field for the hostname. In my opinion it makes for nicer accounts (at least in Google Authenticator)
otpauth://totp/username?secret=SECRET&digits=6&period=30&issuer=HOSTNAME
Currently otpauth URL only contain username, sometimes you have different instances with same username. So it impossible to differentiate them unless you manually rename them.
Example:
otpauth://totp/username@HOSTNAME?secret=SECRET&digits=6&period=30