Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The
signOut
method in auth.ts does not delete cookies set with a cu…
…stom domain. This enables custom domain cookies to be deleted by checking if a custom domain has been set for the cookie. If so, it adds the custom domain to the keys that Nextjs' ResponseCookie's delete method matches against, now finding the cookie and deleting it. (#116)
- Loading branch information