Idea: Extending "SPA"-like behavior for Mobile Apps?
See original GitHub issueHi. To get right to the point, I posted my problem regarding my password reset woes on SO
But the broader topic for discussion is how to use FlaskSecurity as a JSON-base service when interfacing with a mobile app. Now, on the whole, it’s not so different: mobile service makes requests just like an SPA (or any UI service) would would make. But there are some pain points where the decisions made in FlaskSecurity are made strictly around the idea that it is serving or servicing a browser based application. I feel like there’s an opportunity to increase flexibility (like how behavior with spa
was provided) that could make it more amenable to mobile applications. Password reset is my immediate sticking point, where I can’t deeplink into the mobile app immediately, nor can I decide when token validation occurs, but you all know more about the ecosystem and have better judgement for how this may fit into the broader scheme.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
First of all read this and that.
Agreed, 💯
Same. I know I’m unique in this instance, and would actually prefer to move to a “reset password” flow within the app that is instigated once identity is recognized via a code received via text, if its needed at all (e.g, the experience is web and mobile). I saw the unified experience, and I definitely think that’s the way to go.