Jagroop2001 / validify-string

https://www.npmjs.com/package/validify-string
5 stars 11 forks source link

JWT Generator on the basis of object passed to function #36

Closed Jagroop2001 closed 7 months ago

Jenis07 commented 7 months ago

what this issue try to solve?

Jagroop2001 commented 7 months ago

@Jenis07 , go for it.

Jenis07 commented 7 months ago

can you brief description about it?

Jagroop2001 commented 7 months ago

Okay @Jenis07 , Object for example :

{
email : "abc@yopmail.com",
userId: "user_test",
date :  new Date()
}

is passed as input and JWT Generator function encode it and convert it into standard JWT. You can use any other npm package here or do with with js only.

yashasvini121 commented 7 months ago

Hi @Jagroop2001, because of inactivity, I would like to work on this issue under JWOC.