Added authentication service for docker registry
Showing
... | ... | @@ -35,6 +35,7 @@ gem 'omniauth-shibboleth', '~> 1.2.0' |
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt' | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', require: 'recaptcha/rails' | ||
... | ... |
lib/api/auth.rb
0 → 100644
Please register or sign in to comment