Install and configure Devise for user authentication #149
@ -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
|
Loading…
x
Reference in New Issue
Block a user