Hi,
We are develooping a mobile app, In the Login Module, We are using HeadLess to Validate the Credentials. After the Successfull Login, If customer clicks the continue shopping, then I need to auto login. I have the email and password then how to login into shopify customer page with any API or too.
If your headless commerce solution supports OAuth or OpenID Connect, you could potentially use that to authenticate the user and obtain a token. However, this would require the user to grant permission to your app, which might not be ideal for an auto-login scenario.
Hi,
Is there any possiblities to Auto Login, (Should Redirect to the Shopify Account Page like logged in User).