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

Adding options to provisioning uri, so we can include issuer #15

Closed doon closed 9 years ago

doon commented 9 years ago

This just adds an the ability to pass an options hash to provisioning_uri, so we can add the issuer key, and pass it upstream to ROTP.. Allows us to Add the text at The top in Google Authenticator..

robertomiranda commented 9 years ago

@doon thanks :+1:

ggrillone commented 9 years ago

This is awesome, glad this was added! Could this be added to the Readme though? Took quiet a bit of googleing to find this