larapi-part-4 icon indicating copy to clipboard operation
larapi-part-4 copied to clipboard

Code for blog post on Laravel Passport

Results 3 larapi-part-4 issues
Sort by recently updated
recently updated
newest added

Hi Esben, any plan to support multiguard and Laravel ^5.5? Can it be available as a separate independent package? Thank you

I get an error when I run `curl -X POST http://larapi-part-4.dev/logout -b cookies.txt -c cookies.txt`. > {"status":"error","code":0,"message":"Unauthenticated.","exception":"Illuminate\\Auth\\AuthenticationException: Unauthenticated. ...

When i implement it i face with one problem, when i add user social (without email and password only fb_id, gg_id ...) , what is the best way to implement...