Oct 18, 2022
0
Level 1
Laravel Authentication and API
Hello, I have an API that after inserting a valid license plate code as request parameter it returns 200 with some subscriber informations.
Can I use the response of this API as a sort of authentication method to access a website page? Only who are subscriber can access this page and then send a refund request.
Maybe i have to create a Custom User Provider? Or samething similar
Is there a best practise to do this also taking into account the issue of IT security?
Please or to participate in this conversation.