Posts by Kelvys Moura • 11 points
1 post
-
1
votes1
answer490
viewsQ: How to check JWT on each request
I’m doing a login system on php and trying to authorize with JWT. I’m not using any library, I made a class called Jwt that I pass the vestments and Token and also step the token and returns me an…