Hi,
i’m using laravel as a PHP Backend and i’m trying to set up login with ember simpler auth and laravels authentication.
I’m getting the following error:
TokenMismatchException in VerifyCsrfToken.php line 68
Looks like it has something to do with {{ csrf_field() }} missing. But that does only work if your using laravels blade templates.
I just cant put the pieces together to make ember simple auth work with laravel/php backend.
Im using laravel only as backend, template/frontend stuff is done with ember.
Any thoughts?