incogni23 / NotificationSystem

Notification service made in Golang
0 stars 0 forks source link

Add Email and User ID to the claims in JWT token #17

Open mishtuu opened 5 months ago

mishtuu commented 5 months ago

Please find the line where this change needs to be reflected

https://github.com/incogni23/NotificationSystem/blob/main/createJWT/create.go#L12

We want to add two things here:

incogni23 commented 5 months ago

done and pushed