I have a passport rest API which I like to use to build a flutter app. What should be the proper way to implement login and other auth processes using the rest API and features that laravel and passport provides out of the box.
I have read passport's docs but i am not sure what to use and what advantages or disadvantages these ways will have.
The flutter app will act as a front-end for this e-commerce platform.