https://github.com/cookpad/omniauth-rails_csrf_protection

Last synced: 1 day ago

Repository metadata:

Provides CSRF protection on OmniAuth request endpoint on Rails application.


Owner metadata:


Committers metadata

Last synced: 2 days ago

Total Commits: 33
Total Committers: 10
Avg Commits per committer: 3.3
Development Distribution Score (DDS): 0.303

Commits in past year: 6
Committers in past year: 2
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.167

Name Email Commits
Prem Sichanugrist s@s****u 23
Abraham Raji w****k@a****n 2
Akshay Birajdar a****5@g****m 1
Bobby McDonald b****o@g****m 1
Matthew Kobs m****s@c****g 1
Paul McCarthy p****s@g****m 1
Prem Sichanugrist p****m@c****m 1
nick evans n****k@r****v 1
Nick Muerdter 1****I 1
Sunny Ripert s****y@s****g 1

Issue and Pull Request metadata

Last synced: 2 days ago


Package metadata

rubygems: omniauth-rails_csrf_protection

This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phrase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly utilize `ActionController::RequestForgeryProtection` code from Rails.

  • Homepage: https://github.com/cookpad/omniauth-rails_csrf_protection
  • Documentation: http://www.rubydoc.info/gems/omniauth-rails_csrf_protection/
  • Licenses: MIT
  • Latest release: 1.0.2 (published 6 months ago)
  • Last Synced: 2024-11-10T23:37:02.347Z (2 days ago)
  • Versions: 6
  • Dependent Packages: 29
  • Dependent Repositories: 4,087
  • Downloads: 40,947,511 Total
  • Docker Downloads: 132,071,565
  • Rankings:
    • Dependent repos count: 0.494%
    • Downloads: 0.553%
    • Docker downloads count: 0.6%
    • Dependent packages count: 0.896%
    • Average: 1.826%
    • Stargazers count: 3.956%
    • Forks count: 4.46%
  • Maintainers (2)

Dependencies

omniauth-rails_csrf_protection.gemspec rubygems
  • bundler >= 0 development
  • minitest >= 0 development
  • rails >= 0 development
  • rake >= 0 development
  • actionpack >= 4.2
  • omniauth ~> 2.0
Gemfile rubygems