terms
CCConvex Community
•Created by terms on 12/9/2024 in #support-community
How to register rateLimiter component in convex-test?
Thank you! I was able to figure it out with this
4 replies
CCConvex Community
•Created by Eva on 12/9/2024 in #support-community
Testing `withIdentity` in `convex-test`
Omit the extra backticks, couldn't figure markdown sorry
7 replies
CCConvex Community
•Created by Eva on 12/9/2024 in #support-community
Testing `withIdentity` in `convex-test`
Create a user document with whatever values are important to your functions. Plug the returned id into
t.withIdentity({ subject: ``${id}|-`` })
7 replies