NextJS Fief Auth (Draft)

This commit is contained in:
Koper
2023-08-17 23:32:42 +07:00
parent 1b1e67901c
commit 067d1fbd4b
6 changed files with 144 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
"use client";
import { Fief, FiefUserInfo } from "@fief/fief";
import { FiefAuth, IUserInfoCache } from "@fief/fief/nextjs";