SSO for react native app

So My scenario is if a user logs in through our website and then we send a link of our app to user so if user click on that link he/she will be able to directly login in our app without any credential.
So is it possible.

Hi @tarun2,

Welcome to the Auth0 Community!

SSO uses a cookie session to allow a user to login without interaction. This requires that the user logs in through the same browser session with both apps. If you are doing that, then this would be possible.