Remove JWT
This commit is contained in:
@@ -1,2 +1 @@
|
||||
export * as JWT from 'jwt'
|
||||
export * as pwd from 'pwd'
|
||||
export * as pwd from './src/pwd'
|
||||
|
||||
-10
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user