f3l1x98 / expenses-tracker

MIT License
0 stars 0 forks source link

Missing user validation #3

Closed f3l1x98 closed 6 days ago

f3l1x98 commented 3 weeks ago

At the moment the jwt token is not checked whether it is valid (or for example expired). -> Add somekind of jwt validation where necessary, for example in the AuthGuard, using sth like jwt-decode