remove skip auth from api and check user modified
This commit is contained in:
@@ -9,7 +9,7 @@ module TokenVerification
|
||||
|
||||
protected
|
||||
# Authenticate the user with token based authentication
|
||||
def authenticate
|
||||
def authenticate
|
||||
authenticate_token || render_unauthorized
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user