auth docs are misleading
Customizing default Schema after OAuth login
I'm getting null for getUserIdentity
Convex Auth: Providers not configured
Am I doing this ent query correctly?
Having some issues with getting user response ConvexAuth
Convex Auth Google OAuth
Latency between Convex runtimes
Does Convex work in a bare React Native app?
Convex auth `signOut` does not delete auth cookies like authJWT and refresh tokens in production
signOut
function, the auth related cookies are not getting removed from cookie storage, whereas during development mode(on localhost), the cookies gets removed. Because of that after signing out in production if i refresh the page, the users remains as authenticated which is not what one would expect. Even it passes from middleware to protected routes which i believe is because the cookies are still there. Is this expected or do i need t...Do geographically distant developers experience different errors?
npm run dev
for a Next.js app, and npx convex dev
, all on his laptop, does his running of the app somehow cause a different order of operations?...Convex Auth signaling unauthenticated in RN after inactive
isAuthenticated
and isLoading
from useConvexAuth()
are false
.
- I've added logic to listen for further changes to these values, and also added a user query that waits for an authenticated user to come back, none of this is working...Concurrent connections limit
Errors when type inference for custom actions
Can we optimize this query?
Bandwidth - change table schema
ts error suddenly from helpers
How to know if authenticated in next client component?
Insert a record, then another record with the id of the first one in the same transaction
orders
and order_products
This is the schema:
```ts...I want to deploy my website that uses convex development environment, how do I deal with SITE_URL?
xyz-test.com
how can I manage different SITE_URL in this case?