Tom Ballinger
Tom Ballinger
I think this was fixed a while ago, testing with 1.13.1 it is no longer an issue.
Thanks! @rjdellecese feel free to ping me on Discord when you have these up, sorry for the delay. This is technically a breaking change: anyone using this public type with...
Since `ExtractFieldPaths` and `ExtractDocument` haven't been exported yet we can still change them. What do you think these should look like? Maybe backing up, what are the type helpers you'd...
@pierre-H we're starting to support things like this; could you take a look at https://docs.convex.dev/auth/advanced/custom-jwt and see if that fits?
@pierre-H you'll still need to use the type "customJwt", but you may be able to make this work by setting the other fields; would love to hear how this goes!
@pierre-H what does an `at+jwt` JWT look like? I bet with custom jwt support this will be possible. I chatted with @juliusmarminge separately, more docs coming on custom jwt auth...
It looks like this would work with customJwt, although not sure that exposes scope yet. I'm documenting this new flow this week, if you get a chance to try this...
Docs at https://docs.convex.dev/auth/advanced/custom-jwt have been updated, there are several changes in flight to improve this support. Could you try again when you have a change? I think this convex/auth.config.ts would...
It looks like you might be using components @pierre-H? This looks like a bug with the npm package fixed in https://github.com/get-convex/convex-js/commit/bbfe95e005fc72990d59f2f7b9d8fe737caf6eb1. Support for customJWT with components should be in [email protected],...
@pierre-H, the `aud` field [needs to match](https://docs.convex.dev/auth/advanced/custom-jwt#server-side-integration) the `applicationID` property of your `convex/auth.config.ts` file, if that property is there. If that property isn't present it doesn't need to match. `"https://console.convex.dev/api/"`...