javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167
javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - [email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

  • Retry handshake in case of handshake cookie collision in order to support multiple apps on same-level subdomains (#3848) by @nikosdouvlis
javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Add Metamask (Web3) support for sign in and sign up (#3879) by @dstaley
javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

  • Remove macOS-specific Terminal functionality (#3859) by @dstaley
javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Introduce support for custom menu items in <UserButton/>. (#3784) by @nikospapcom

    • Use <UserButton.MenuItems> as a child component to wrap custom menu items.
    • Use <UserButton.Link/> for creating external or internal links.
    • Use <UserButton.Action/> for opening a specific custom page of "UserProfile" or to trigger your own custom logic via onClick.
    • If needed, reorder existing items like manageAccount and signOut

    New usage example:

    <UserButton>
      <UserButton.MenuItems>
        <UserButton.Link label="Terms" labelIcon={<Icon />} href="/terms" />
        <UserButton.Action label="Help" labelIcon={<Icon />} open="help" /> //
        Navigate to `/help` page when UserProfile opens as a modal. (Requires a
        custom page to have been set in `/help`)
        <UserButton.Action label="manageAccount" labelIcon={<Icon />} />
        <UserButton.Action
          label="Chat Modal"
          labelIcon={<Icon />}
          onClick={() => setModal(true)}
        />
      </UserButton.MenuItems>
    </UserButton>
    

Patch Changes

  • Introduce ability to set an active organization by slug (#3825) by @wobsoriano
javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Introduce support for custom menu items in <UserButton/>. (#3784) by @nikospapcom

    • Use <UserButton.MenuItems> as a child component to wrap custom menu items.
    • Use <UserButton.Link/> for creating external or internal links.
    • Use <UserButton.Action/> for opening a specific custom page of "UserProfile" or to trigger your own custom logic via onClick.
    • If needed, reorder existing items like manageAccount and signOut

    New usage example:

    <UserButton>
      <UserButton.MenuItems>
        <UserButton.Link label="Terms" labelIcon={<Icon />} href="/terms" />
        <UserButton.Action label="Help" labelIcon={<Icon />} open="help" /> //
        Navigate to `/help` page when UserProfile opens as a modal. (Requires a
        custom page to have been set in `/help`)
        <UserButton.Action label="manageAccount" labelIcon={<Icon />} />
        <UserButton.Action
          label="Chat Modal"
          labelIcon={<Icon />}
          onClick={() => setModal(true)}
        />
      </UserButton.MenuItems>
    </UserButton>
    

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes