Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

er_manojbisht's avatar

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.

0 likes
3 replies
jlrdw's avatar

Before making a decision on what to use, I suggest taking a good tutorial on jwt authentication.

martinbean's avatar

@er_manojbisht Why are you trying to start an authenticated web session from a stateless client using token-based authentication such as a mobile app?

Please or to participate in this conversation.