SalesforceCommerceCloud / commerce-sdk-isomorphic

Browser & Node.js JavaScript client for B2C Commerce API
https://salesforcecommercecloud.github.io/commerce-sdk-isomorphic/
BSD 3-Clause "New" or "Revised" License
42 stars 20 forks source link

loginRegisteredUserB2C method to not request redirect_uri #90

Closed tarcang closed 2 years ago

tarcang commented 2 years ago

As a developer using the isomorphic SDK, I would like the loginRegisteredUserB2C method to not request redirect_uri when running server-side so that my code does not fail if there is not a valid server running on redirect_uri.

AC:

Request is made with manual redirect Errors are handled in loginRegisteredUserB2C() and the other helpers