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
-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"
}