heapsource / active_model_otp

Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
MIT License
769 stars 81 forks source link

Allow `issuer` to be provided to provisioning_uri #18

Closed phallguy closed 9 years ago

phallguy commented 9 years ago

ROTP permits an issuer to be specified which Google Authenticator and others show as a label for the codes. It's a nice UI feature we'd like to support as well.

robertomiranda commented 9 years ago

ref #15