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.
GetValueOrDefault