fix: Export isAuthenticated from convex/auth.ts to resolve a missing export error and add jose as a new dependency.

This commit is contained in:
2026-02-03 18:45:41 +00:00
parent 549f74c10b
commit 7c6d1cd681
5 changed files with 30 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
2026-02-03 16:43:46 - Fixed 'NoAuthProvider' error by adding Password provider to `convex/auth.config.ts`.
2026-02-03 16:46:52 - Added Google OAuth provider to `convex/auth.config.ts` to fix 'Provider google is not configured' error.
2026-02-03 17:05:00 - Exported 'isAuthenticated' from 'convex/auth.ts' to fix missing export error.