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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Is there any way to handle tokens from 2 different token values? Any one is present at a time. This is required for session cookies for different type of user.
For example,
buyer login has a cookie with name buyer-token and
seller login has a cookie with name seller-token.
If any one cookie is present than user should be authenticated.
Is there any way to handle tokens from 2 different token values? Any one is present at a time. This is required for session cookies for different type of user.
For example,
buyer login has a cookie with name buyer-token and
seller login has a cookie with name seller-token.
If any one cookie is present than user should be authenticated.
Anyway to achieve this?