Users & Auth
This commit is contained in:
4
app/views/v1/authentication/authenticate.json.jbuilder
Normal file
4
app/views/v1/authentication/authenticate.json.jbuilder
Normal file
@ -0,0 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
json.auth_token @token
|
||||
json.user @user, partial: "v1/users/user", as: :user
|
Reference in New Issue
Block a user