Hello everyone, I'm using the `jwt` authenticatio...
# talk-oathkeeper
r
Hello everyone, I'm using the
jwt
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?
I did not find a solution for it, so I've added a PR solving my issue: https://github.com/ory/oathkeeper/pull/1034 @high-optician-2097 would you care to take a look?