Answer the question
In order to leave comments, you need to log in
How can I implement custom authentication in Laravel?
There is a task to implement such authorization:
When registering, a token is generated for the user, which is entered in the table with users in the api_token column,
and during subsequent authentications, it is provided to the user in the response.
Also implement the verification of this token in the headers of the Authorization request.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question