refined-window-39205
11/14/2022, 2:38 PMjwt
authentication handler for validating the bearer token. In the JWT it is also included a sub
field which I want to further validate.
How can verify that this sub
field in the bearer token equals to some value?refined-window-39205
11/15/2022, 12:14 PM