larapi-part-4
larapi-part-4 copied to clipboard
Code for blog post on Laravel Passport
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...