phplaravelslimuserfrosting

RESTful API with Userfrosting


I'm using UserFrosting to manage users with PHP, in my API and I want to use the login function in controller with POST method.

When i call the login function it return me as response

The CSRF code was invalid or not provided.

I still cannot get the csrf_token

Any idea?


Solution

  • There is a UserFrosting Sprinkle that implements JWT authentication: https://github.com/x00x70/tokeniser

    Join us in chat if you have any questions about its use!