Skip to content

Commit d259dc1

Browse files
authored
Merge pull request #89 from internetee/add-eeid-auth
added eeid auth
2 parents dd027b5 + ec9f35f commit d259dc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+802
-394
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AllCops:
66
- 'spec/**/*'
77
- 'db/**/*'
88
- 'config/**/*'
9+
- 'spec/**/*'
910
- 'bin/*'
1011
- 'config.ru'
1112
- 'Gemfile'

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ gem 'net-smtp', require: false
3939
gem 'net-imap', require: false
4040
gem 'net-pop', require: false
4141
gem "apipie-rails", "~> 1.2.0"
42+
gem 'omniauth', '>=2.0.0'
43+
gem 'omniauth-rails_csrf_protection'
44+
gem 'omniauth-tara', github: 'internetee/omniauth-tara'
45+
gem 'i18n-tasks', '~> 1.0.12'
4246

4347
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
4448
# gem 'rack-cors'

0 commit comments

Comments
 (0)