Replies: 1 comment
-
Also having problems with this. I cannot get the types to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have read this section many times over, but I cannot get it to work.
I am trying to use these augmentations:
And here is my authorize function:
I expect that when I go to "/api/auth/session" the user object would contain { name: "JSomething", address "42 Wallaby Way" }, but instead I only get {name: "JSomething" }. I also added typeRoot to my tsconfig.json and am including the types path in include.
Beta Was this translation helpful? Give feedback.
All reactions