Convex Auth: InvalidSecret
Hi guys, Im using convex auth in a vite app. Has been working like a charm for a week+ or so, but today I got this error(see picture) and can't authenticate. Any ideas? thanks
3 Replies
It means that you providing the wrong password when signing in.
Of course! My bad(😅 ) and thank you @Michal Srb, I can now log in but not sure what signed me out in first place, does the auth session expire?
The default is 30 days for the session inactive and total expiration. If you cleared your localStorage that would do it.