get-convex / get-convex/convex-test

No clear way to interface with convex-auth

Open
#32 2 comments 1 reaction 1 assignee Claimed by @erquhart View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.