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.
- Host: GitHub
- URL: https://github.com/cookpad/omniauth-rails_csrf_protection
- Owner: cookpad
- License: mit
- Created: 2019-05-30T05:50:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T11:22:38.000Z (6 months ago)
- Last Synced: 2024-11-08T19:56:04.926Z (4 days ago)
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 231
- Watchers: 19
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: Cookpad
- Login: cookpad
- Email:
- Kind: organization
- Description:
- Website: https://info.cookpad.com
- Location: Tokyo, Japan | Bristol, UK
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/119195?v=4
- Repositories: 193
- Last Synced at: 2023-04-09T03:40:21.409Z
- Profile URL: https://github.com/cookpad
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- rubygems: 40,947,511 total
- Total docker downloads: 132,071,565
- Total dependent packages: 29
- Total dependent repositories: 4,087
- Total versions: 6
- Total maintainers: 2
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
- bundler >= 0 development
- minitest >= 0 development
- rails >= 0 development
- rake >= 0 development
- actionpack >= 4.2
- omniauth ~> 2.0