mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
changed tb imports
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { cookieConfig, jwtConfig } from "auth/authenticate/Authenticator";
|
||||
import { CustomOAuthStrategy, OAuthStrategy, PasswordStrategy } from "auth/authenticate/strategies";
|
||||
import { type Static, StringRecord, Type, objectTransform } from "core/utils";
|
||||
import { type Static, StringRecord, objectTransform } from "core/utils";
|
||||
import * as tbbox from "@sinclair/typebox";
|
||||
const { Type } = tbbox;
|
||||
|
||||
export const Strategies = {
|
||||
password: {
|
||||
|
||||
Reference in New Issue
Block a user