Csrf token is missing in postman

Csrf token is missing in postman

You need to disable CSRF for your API in order to test with Postman, at least temporarily during development.

Look here: https://learn.userfrosting.com/routes-and-controllers/client-input/csrf-guard#blacklisting-routes

1 Like