-
-
Notifications
You must be signed in to change notification settings - Fork 268
migrate to @convex-dev/better-auth 0.8 #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
| Name | Link |
|---|---|
| 🔨 Latest commit | ac7fbf9 |
SeanCassiere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you run the lint script please?
|
@SeanCassiere I can but the failures are pre-existing. Example: #481 |
|
Pushed a fix:
Once this is merged your other PR's that are failing lint should succeed. |
|
Looks like |
|
Added src/utils/gh-sponsor-meta.json to .prettierignore - don't know if this is the solution you want, but there's another one-off file in there too. Passes now. |
Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats
7efbc4a to
fc1cb0a
Compare
…k#485) * migrate to @convex-dev/better-auth 0.8 * use ssr in account page and navbar * remove tannerlinsley from oss-stats npm orgs list Users are not currently supported in the component, and are tough to do well with npm apis. Recommend just listing specific packages that have a high download count for inclusion in stats * fix prettier errors * add gh-sponsor-meta.json to prettier ignore * undo prettierignore changes --------- Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
…anStack#485)" (TanStack#490) This reverts commit de4967a.
Migrates Convex + Better Auth to latest, cleaned things up a bit. Will follow up with auth for SSR.