Closed trixobird closed 2 months ago
I was under the impressions that url that share the same domain would share the cookies as well. This is wrong, and this PR fixes this.
Now when we signin in the web app, we check the redirect and if is the admin app, then we hit the api/save-tokens endpoint that saves the tokens.
api/save-tokens
Description
I was under the impressions that url that share the same domain would share the cookies as well. This is wrong, and this PR fixes this.
Now when we signin in the web app, we check the redirect and if is the admin app, then we hit the
api/save-tokens
endpoint that saves the tokens.