An
CCConvex Community
•Created by An on 10/30/2023 in #support-community
custom auth
Thanks Michal! I saw convex-lucia-auth is still vulnerable to XSS attack. What is the odd it can happen? Sorry I'm new to programming so this concept of security is not very clear to me
4 replies
CCConvex Community
•Created by An on 10/28/2023 in #support-community
How to auto increment in Convex?
Oh perfect. Really helpful. Thanks a lot
11 replies
CCConvex Community
•Created by An on 10/28/2023 in #support-community
How to auto increment in Convex?
Yes it is
11 replies
CCConvex Community
•Created by An on 10/28/2023 in #support-community
How to auto increment in Convex?
In
fullstack-convex
repo, I see that we use this code to retrieve last inserted id
: const lastCreatedTask = await db.query('tasks').order('desc').first()
. Will we see race condition in this case where two records may get same value of lastCreatedTask
?11 replies