Deleted AccountD
Convex Community9mo ago
8 replies
Deleted Account

Caching Auth States

I am using tanstack query in my app. Are there guides on implementing caching for authentication w/ tanstack-query and convex?

Also, convex exports
Authenticated
,
Unauthenticated
,
AuthLoading
components, these are quite useful - but they all use
useConvexAuth()
under the hood. As far as I could figure out,
useConvexAuth()
doesn't use any caching.
Was this page helpful?