twilio / authy-devise

Authy Devise plugin to add Two-Factor Authentication
MIT License
200 stars 84 forks source link

Sets custom user agent with Authy gem #110

Closed philnash closed 5 years ago

philnash commented 5 years ago

This will set the user agent to something like:

DeviseAuthy/1.10.0 - AuthyRuby/2.7.5 (x86_64-darwin18, Ruby 2.6.0)

This allows us to still check all requests that include AuthyRuby as the user agent, but also drill down to DeviseAuthy specifically too.

Will this work for you @robinske?