omniauth
https://github.com/omniauth/omniauth
Ruby
OmniAuth is a flexible authentication system utilizing Rack middleware.
CMS::S3#protocol
No Docs, write some!
Edit
git clone [email protected]:omniauth/omniauth.git
cd omniauth
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CMS--S3-protocol-for-pr
# Commit to gitgit add git commit -m "better docs for CMS::S3#protocol"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CMS--S3-protocol-for-pr
hub pull-request
# Celebrate!