Yeet JWT from crypto-server

Closes #5
This commit is contained in:
2024-05-15 10:36:11 +02:00
parent 9465e5f05a
commit 1401ad256a
3 changed files with 0 additions and 12 deletions
-1
View File
@@ -1,2 +1 @@
export * as JWT from 'jwt'
export * as pwd from 'pwd'
-1
View File
@@ -8,7 +8,6 @@
"test": "bun test"
},
"dependencies": {
"jose": "^5.3.0",
"result": "git+git@git.pband.ch:typescript/result.git"
},
"devDependencies": {
-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"
}