You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs a Customer in and authorizes them to view their details. Successful authentication will set a session cookie in the Customer's browser.
Not sure if I can wrap this endpoint because I am not sure how would I go about transferring the session cookie back to the caller... Should I perhaps simply pass the headers back after the call?
The text was updated successfully, but these errors were encountered:
Reference
Not sure if I can wrap this endpoint because I am not sure how would I go about transferring the session cookie back to the caller... Should I perhaps simply pass the headers back after the call?
The text was updated successfully, but these errors were encountered: