Support nip98 auth

This commit is contained in:
Alex Gleason
2023-07-08 18:41:11 -05:00
parent c80a9e5d9a
commit d7d5057617
7 changed files with 142 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { AppController } from '@/app.ts';
import { TOKEN_REGEX } from '@/middleware/auth.ts';
import { TOKEN_REGEX } from '@/middleware/auth19.ts';
import { streamSchema, ws } from '@/stream.ts';
import { bech32ToPubkey } from '@/utils.ts';