Install and configure Devise for user authentication #149

Merged
bustikiller merged 9 commits from devise into main 2024-11-30 17:50:43 +00:00
Showing only changes of commit f5038f5b96 - Show all commits

View File

@ -1,8 +1,4 @@
class Users::SessionsController < Devise::SessionsController
clear_respond_to
respond_to :json
# skip_before_action :authenticate_user!, only: %i[create]
# skip_before_action :verify_authenticity_token, if: :development_swagger?
end