feat: encapsulate identity with better-auth
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import "./types.d.ts";
|
||||
import "./types.ts";
|
||||
|
||||
import { context } from "@platform/relay";
|
||||
import { InternalServerError } from "@platform/relay";
|
||||
|
||||
@@ -30,7 +30,6 @@ declare module "@platform/storage" {
|
||||
|
||||
declare module "@platform/relay" {
|
||||
interface ServerContext {
|
||||
isAuthenticated: boolean;
|
||||
request: {
|
||||
headers: Headers;
|
||||
};
|
||||
Reference in New Issue
Block a user