tridentli / pitchfork

Golang framework for secure communication platforms.
Apache License 2.0
5 stars 3 forks source link

TOTP 2FA issuer name always 'Trident', not hostname #180

Open wesinator opened 5 years ago

wesinator commented 5 years ago

bit of a nitpick, but the TOTP issuer name that shows up in the 2FA code is always 'Trident' . makes it more difficult to differentiate multiple instances or identify the token by hostname.

https://github.com/tridentli/pitchfork/blob/a03e0fe1465773634ed523d8d8e5d8316a65848e/lib/user_2fa.go#L333