Before making a decision on what to use, I suggest taking a good tutorial on jwt authentication.
Dec 25, 2022
3
Level 1
start web session in mobile app
We have developed web application both front end and back end in same application. Our requirement is to develop a mobile application for some use cases. So started with sanctum , flutter and able to login user through mobile app. token stored in mobile application. Now we have created some web-view in flutter , some further process needs web authentication . Page may be used after login in webpage through email , password.
how it will possible to have a button /process on mobile application to start web session . user may be identified through saved token / user_id.
Please or to participate in this conversation.