Hello,
I am currently using jwt for authentification between client and database and I come accross a singular problem to say the least. I was checking my token payload and for some reason the fields it contains are absolutely not present in my DB. To illustrate, payload contains the fields “exp” and “iat” that are non-existent in my DB, these fields are absolutely absent from both front-end and back-end. Any idea where they could come from ? (the “exp” isn’t expiration date I’ve checked)
Regards,
Alexis Gueguen