[PR #622] [MERGED] version 1.0 #20300

Closed
opened 2026-04-15 19:36:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/622
Author: @Bekacru
Created: 11/22/2024
Status: Merged
Merged: 11/23/2024
Merged by: @Bekacru

Base: mainHead: next


📝 Commits (10+)

  • 5035bdf added: scalar package to docs
  • 97597ec feat: new references route with openapi spec
  • a555d57 wip
  • 9c3deb5 wip
  • 299c100 feat: all core tables now have createdAt and updatedAt fields and session id is now stored in a token field (#595)
  • 757a34a Merge remote-tracking branch 'origin/main' into v1.0
  • 59ed3dd chore: release script
  • 5a20c2f chore: release v0.8.7-canary.1
  • 9fa33c9 chore: release script
  • 5661cfc chore: release v0.8.7-canary.2

📊 Changes

177 files changed (+10200 additions, -1008 deletions)

View changed files

📝 .github/workflows/release.yml (+40 -1)
📝 CONTRIBUTING.md (+5 -3)
📝 README.md (+0 -4)
📝 demo/nextjs/app/accept-invitation/[id]/page.tsx (+1 -1)
📝 demo/nextjs/app/api/auth/[...all]/route.ts (+7 -1)
📝 demo/nextjs/app/dashboard/user-card.tsx (+1 -1)
📝 demo/nextjs/components/account-switch.tsx (+1 -1)
📝 demo/nextjs/components/sign-up.tsx (+2 -2)
📝 demo/nextjs/lib/auth-client.ts (+2 -0)
📝 demo/nextjs/lib/auth.ts (+5 -1)
demo/nextjs/lib/auth/plugins/custom-session.ts (+32 -0)
demo/nextjs/lib/auth/plugins/session-client.ts (+9 -0)
📝 docs/app/docs/[[...slug]]/page.tsx (+2 -2)
📝 docs/app/global.css (+2 -2)
📝 docs/app/layout.tsx (+0 -1)
docs/app/reference/route.ts (+9 -0)
📝 docs/app/source.ts (+3 -0)
docs/app/v1/_components/v1-text.tsx (+54 -0)
docs/app/v1/bg-line.tsx (+147 -0)
docs/app/v1/page.tsx (+229 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/622 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/22/2024 **Status:** ✅ Merged **Merged:** 11/23/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `next` --- ### 📝 Commits (10+) - [`5035bdf`](https://github.com/better-auth/better-auth/commit/5035bdfffbecc39b12102f75f0e46aa8a034937f) added: scalar package to docs - [`97597ec`](https://github.com/better-auth/better-auth/commit/97597ecffe7efe45d1ab9b48987e6519f16a3258) feat: new references route with openapi spec - [`a555d57`](https://github.com/better-auth/better-auth/commit/a555d57c01903743511abc0482f6f3917e1667be) wip - [`9c3deb5`](https://github.com/better-auth/better-auth/commit/9c3deb58557e6ee209c01167141eccfa4e13dd02) wip - [`299c100`](https://github.com/better-auth/better-auth/commit/299c1005917528e0783d4a1c9ef9546cf92f150f) feat: all core tables now have createdAt and updatedAt fields and session id is now stored in a token field (#595) - [`757a34a`](https://github.com/better-auth/better-auth/commit/757a34a6e653629e565998eeefd55f798449b564) Merge remote-tracking branch 'origin/main' into v1.0 - [`59ed3dd`](https://github.com/better-auth/better-auth/commit/59ed3dd54e77b97ebd5e71a82810c103d21ce99c) chore: release script - [`5a20c2f`](https://github.com/better-auth/better-auth/commit/5a20c2f091a35f9e69f4711456803016b8cd830c) chore: release v0.8.7-canary.1 - [`9fa33c9`](https://github.com/better-auth/better-auth/commit/9fa33c9245ba848060271cc149170efffeefc143) chore: release script - [`5661cfc`](https://github.com/better-auth/better-auth/commit/5661cfcfa689bd7af606dec759bed9d863fa2e64) chore: release v0.8.7-canary.2 ### 📊 Changes **177 files changed** (+10200 additions, -1008 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+40 -1) 📝 `CONTRIBUTING.md` (+5 -3) 📝 `README.md` (+0 -4) 📝 `demo/nextjs/app/accept-invitation/[id]/page.tsx` (+1 -1) 📝 `demo/nextjs/app/api/auth/[...all]/route.ts` (+7 -1) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+1 -1) 📝 `demo/nextjs/components/account-switch.tsx` (+1 -1) 📝 `demo/nextjs/components/sign-up.tsx` (+2 -2) 📝 `demo/nextjs/lib/auth-client.ts` (+2 -0) 📝 `demo/nextjs/lib/auth.ts` (+5 -1) ➕ `demo/nextjs/lib/auth/plugins/custom-session.ts` (+32 -0) ➕ `demo/nextjs/lib/auth/plugins/session-client.ts` (+9 -0) 📝 `docs/app/docs/[[...slug]]/page.tsx` (+2 -2) 📝 `docs/app/global.css` (+2 -2) 📝 `docs/app/layout.tsx` (+0 -1) ➕ `docs/app/reference/route.ts` (+9 -0) 📝 `docs/app/source.ts` (+3 -0) ➕ `docs/app/v1/_components/v1-text.tsx` (+54 -0) ➕ `docs/app/v1/bg-line.tsx` (+147 -0) ➕ `docs/app/v1/page.tsx` (+229 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 19:36:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#20300