You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then two lines down should be session.data.tokenized
I would just open a PR with the update but I think maybe someone should go over this as it seems that sessionId is getting passed in for no reason? So maybe there are more issues? Anyhow while I can update it to get it "working" a person with a little bit more knowledge would probably be best looking though it just to make sure everything is up to date.
Preflight checklist
Ory Network Project
No response
Describe the bug
docs/code-examples/sdk/typescript/src/session/whoami-jwt.ts
Line 12 in 2266bc4
I think this is the code backing https://www.ory.sh/docs/identities/session-to-jwt-cors
tokenize_as
should betokenizeAs
and then two lines down should be
session.data.tokenized
I would just open a PR with the update but I think maybe someone should go over this as it seems that
sessionId
is getting passed in for no reason? So maybe there are more issues? Anyhow while I can update it to get it "working" a person with a little bit more knowledge would probably be best looking though it just to make sure everything is up to date.Thanks!
Reproducing the bug
Follow the documentation found here https://www.ory.sh/docs/identities/session-to-jwt-cors
Relevant log output
Relevant configuration
just the ORY network config as describe in the docs in this file.
Version
ory/[email protected]
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Ory Network
Additional Context
I'm happy to provide more information, I assumed the docs would mirror the latest cli.
The text was updated successfully, but these errors were encountered: