@convex-dev/auth
Advanced tools
Changelog
0.0.69
Note: After upgrading to this version, downgrading will require migrating
the authRefreshTokens
table to drop the firstUsedTime
field.
signIn
from convexAuth
Changelog
0.0.68
convexAuth.isAuthenticated()
and convexAuth.getToken()
in favor
of isAuthenticatedNextJs()
and convexAuthNextJsToken()
for middleware.Changelog
0.0.64
fetchAccessToken
with a mutexPrevious versions are documented in git history.