volder icon indicating copy to clipboard operation
volder copied to clipboard

JWT function: new volder type

Open alguerocode opened this issue 3 years ago • 2 comments

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

alguerocode avatar Feb 01 '22 09:02 alguerocode

I can try taking this on. How many signing algorithms do I need to account for?

tylernevell avatar Apr 20 '22 14:04 tylernevell

@tylernevell you can just with ones used by jsonwebtoken libaray

AmrMonier avatar May 12 '22 21:05 AmrMonier