Hello, can anyone tell me how can I verify the jso...
# ory-network
b
Hello, can anyone tell me how can I verify the json web token converted from kratos session using php. now I can validate token when it generate by oauth2/token , so the problem I faced is when I convert sessions token to JWT it doesn’t work.
c
Hello, long story short, you'll have to configure the tokenizer to use Hydra jwks (same as the one used for OAuth2). Here is a link to former discussions about it: https://ory-community.slack.com/archives/C05PHQCFL1F/p1706177635041559?thread_ts=1706177063.140499&cid=C05PHQCFL1F
b
thanks @careful-rain-13694 it works fine