volder
volder copied to clipboard
JWT function: new volder type
JWT function is a new idea for validating jwt keys,if it correct return true otherwise return false
input is user enterd value.
const JWT = (input) => {
// validate and return
}
const isJWT = singlVolder({ type:JWT })
I can try taking this on. How many signing algorithms do I need to account for?
@tylernevell you can just with ones used by jsonwebtoken libaray