clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.09k stars 240 forks source link

fix(clerk-js): Clear session after deleting an account #3628

Closed octoper closed 2 months ago

octoper commented 3 months ago

Description

This PR fixes an issue where the session is not cleared correctly after deleting an account

Checklist

Type of change

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 08f0d420544756fcd02cddc8980fe0b8ba5b55ed

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ----------------------- | ----- | | @clerk/clerk-js | Patch | | @clerk/astro | Patch | | @clerk/chrome-extension | Patch | | @clerk/clerk-expo | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

octoper commented 3 months ago

!preview

clerk-cookie commented 3 months ago

Hey @octoper, your preview is available.

Status Preview Updated (UTC)
:cookie: Deployed Visit preview Jul 01, 2024 11:20 AM
octoper commented 3 months ago

!preview

octoper commented 3 months ago

!preview

octoper commented 3 months ago

!preview

octoper commented 3 months ago

!preview

octoper commented 3 months ago

@dimkl Added the change and E2E tests as you suggested