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

@@ -17,6 +17,7 @@ const useTranscript = (): UseTranscript => {
const apiConfiguration = new Configuration({
basePath: process.env.NEXT_PUBLIC_API_URL,
// accessToken:
});
const api = new DefaultApi(apiConfiguration);