Development Base URL: https://clerk.abc1.edf2.lcl.dev/
Production Base URL: https://clerk.your-domain.com
/sign_in
request can accept.Note: Clerk allow's a Client object to have multiple active Session's. This enables someone to be logged into multiple accounts on the same device, and freely switch between them. You can see this in action on the Clerk dashboard, by clicking on your Profile Image in the top right, and selecting "Add Account".By default, Clerk runs in "Single-session mode", in which case there can be only zero or one sessions. For more information on how to support "Multi-session mode" check out our Multi Session Guide (coming soon). The feature is heavily inspired by GMail's "Account switcher", and a feature we think every web-application should include.
While production instances always use HTTP-only cookies, which is the most secure way to manage sessions, development instances do not use http only cookies. This is due to limitations that occur when developing on your local machine. You should not notice these differences, but because browser security is constantly shifting, something may go wrong from time to time. If you notice anything unexpected on a development instance, we are always available to help. For more information on how Clerk manages sessions on development instances visit our [in-depth-session-management-guide (coming soon!)]
Authorization
header.