Implement SSO between mobile app and web app

I need a solution for the following scenario. I have a web app with new features, the mobile app needs access to those features via an in-app browser. The user is asked to login again when accessing the link. My mobile app uses native biometrics achieved using refresh tokens, while my web app uses cookie-based authentication. How would I implement SSO between these two?

Hello @spoudel !

Have you by chance seen the following topic?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.