How do you plan to authenticate the user sessions?
Is API endpoints what I need?
Hi
Im developing a rather simple quiz application at the moment. I have a user front end were they participate in the quiz. I also have a admin front end were I manage questions for the quiz. Both are made with VueJS. And it seems that I have things up and running and now I want to actually make the end points only for registered users.
All end points are in the api.web routes file, because I thought that is was the way to go - im not sure about that... The Laravel Passport docs talk about issuing tokens for clients etc etc. That doesn't seem to be what I want. Ofc I my site attracts some traffic, I might try to make an IOS app - do I need the API then?
What am I doing here?
Please or to participate in this conversation.