get-convex / get-convex/convex-test
No clear way to interface with convex-auth
Open
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 12
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 12
Description
I can do the following in my test:
```
const ctx = t.withIdentity({ id: userId.toString(), tokenIdentifier: "test" });
```
but `const userId = await getAuthUserId(ctx);` call from inside a convex function being tested doesn't seem to return the correct userId created in the test.
Contributor guide
Assessment
This issue has not been assessed yet.