Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

JWT How To reverse the Header ALGORITHM & TOKEN TYPE

I'm currently using JWT.NET The headers are like

{
  "typ": "JWT",
  "alg": "HS256"
}

How to make them like

{
  "alg": "HS256",
  "typ": "JWT"
}

Comments