79672290

Date: 2025-06-19 15:24:44
Score: 0.5
Natty:
Report link

You can retrieve your JWT like this:

context.Request.Headers.GetValueOrDefault("Authorization", "").AsJwt()?

You can just use GetValueOrDefault to retrieve fields from the JWT after that.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gabriel Kelly