I'm just new to laravel passport so it is kind of confusing to me. I have watched Taylor otwell tut on passport but still I am not able to figure out that Is it possible to authenticate an angular app with laravel passport?
What I want to do is build a Full SPA
application with angular 2
as frontend
and laravel 5.3
as back-end. I've used JWT
for authentication with laravel on version 4.2
but just want to know if it is do able through laravel passport.
Your comments
and answers
will be appreciated.
Thanks