Use sorcery for logins

This gives us more flexibility and allows us to use password authentication
later. Also we don't need to build the login functionality ourself.
This commit is contained in:
2020-04-13 14:59:07 +02:00
parent 73c184a4a0
commit c478cfc7af
12 changed files with 642 additions and 62 deletions

View File

@@ -29,6 +29,7 @@ gem 'google-api-client'
gem 'rack-cors'
gem 'sentry-raven'
gem 'sequenced'
gem 'sorcery'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console