nostr polish

This commit is contained in:
hatim boufnichel 2022-11-20 17:46:20 +01:00
parent 91d67ab4ee
commit 96b619c886
13 changed files with 996 additions and 662 deletions

View file

@ -7,7 +7,7 @@ export type Logger = { log: (v: any) => void, error: (v: any) => void }
export type ServerOptions = {
allowCors?: true
staticFiles?: string
allowNotImplementedMethods?: number
allowNotImplementedMethods?: true
logger?: Logger
throwErrors?: true
GuestAuthGuard: (authorizationHeader?: string) => Promise<Types.GuestContext>