Remove JWT

This commit is contained in:
2024-05-21 16:09:21 +02:00
parent fe88dcd091
commit a261e2b577
2 changed files with 1 additions and 12 deletions
+1 -2
View File
@@ -1,2 +1 @@
export * as JWT from 'jwt'
export * as pwd from 'pwd'
export * as pwd from './src/pwd'
-10
View File
@@ -1,10 +0,0 @@
import {Result} from 'result'
export type JWT = `${string}.${string}.${string}`
export function create() : Result<JWT> {
throw "todo"
}
export function verify() : boolean {
throw "todo"
}