google-authenticator
google-authenticator copied to clipboard
Ruby gem to implement Google's MFA authenticator
Bumps [activerecord](https://github.com/rails/rails) from 7.0.3 to 7.0.3.1. Changelog Sourced from activerecord's changelog. Rails 7.0.3.1 (July 12, 2022) Change ActiveRecord::Coders::YAMLColumn default to safe_load This adds two new configuration options The configuration options...
I was having difficulty using the QR generator in my rails app. After some research it seems like the API used in this gem was shutdown a few years ago...
Hello, First of all, thank you for this very usefull and time saving gem. Thanks to it, I could integrate MFA with Authenticar apps. However, when deploying the feature to...
I have set the expiry for 24 hours and it works fine. But sometimes it expires right after few seconds for some users.
Hello, When calling `UserMfaSession.destroy` the mfa_credentials cookie is not destroyed at all. It seems the `GoogleAuthenticatorRails.destroy` method requires the current domain as specified on https://api.rubyonrails.org/classes/ActionDispatch/Cookies.html I will send a PR...
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.2 to 7.0.7.2. Release notes Sourced from activesupport's releases. 7.0.7.2 release No changes between this and 7.0.7.2. This release was just to fix file permissions in the...
### ISSUE I was destroying the cookies using `UserMfaSession::destroy` while logging out But on login, the cookies for that user were still there. On debugging I found this was missing.
Bumps the bundler group with 1 update in the / directory: [actionpack](https://github.com/rails/rails). Updates `actionpack` from 7.1.3.3 to 7.1.3.4 Release notes Sourced from actionpack's releases. 7.1.3.4 Active Support No changes. Active...
Bumps the bundler group with 1 update in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `nokogiri` from 1.18.3 to 1.18.4 Release notes Sourced from nokogiri's releases. v1.18.4 / 2025-03-14 Security [CRuby] Vendored...