feat: sveltekit cookie helper plugin (#3049)

* fix(email-verification): improve email verification logic to check session and user email consistency (#3042)

* docs(passkey): Fixed signIn passkey props (#3014)

callbackURL doesn't exist.

* feat: svelte kit cookie helper

* lint

* docs and clean up

* clean up

* lint

* clean up

* clean up

* sync cookies

* lint

* pruning

* pruning and lint

* update

* update

* update

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
This commit is contained in:
KinfeMichael Tariku
2025-06-20 13:47:26 -07:00
committed by GitHub
parent be3face70c
commit 4e38645b44
5 changed files with 91 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ import { useAtom } from "jotai";
import { optionsAtom } from "./store";
import { useTheme } from "next-themes";
import { ScrollArea } from "../ui/scroll-area";
import styles from "./builder.module.css";
const frameworks = [
{
title: "Next.js",