Commit Graph

70 Commits

Author SHA1 Message Date
Bereket Engida
b5f638ca45 docs: upgrade to tailwind v4, react 19, fuma docs 15 (#1735) 2025-03-08 19:33:31 +03:00
Bereket Engida
68c108ca85 demo(refactor): remove unnecessary ref props 2025-03-04 20:55:46 +03:00
Bereket Engida
c1216a988d demo: add impersonation stop button and admin user configuration 2025-03-04 14:33:04 +03:00
Bereket Engida
16f082c014 demo: remove empty string as a fallback img src 2025-03-04 08:43:36 +03:00
Bereket Engida
1c91294e23 fix(stripe): improve subscription cancellation handling and add callback endpoint 2025-03-02 11:40:01 +03:00
Bereket Engida
0c7a098e95 fix(organization): improve type inference and session handling 2025-03-01 02:36:52 +03:00
Bereket Engida
4f56078e4b feat: stripe plugin to handle subscriptions and customers (#1588)
* init

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* feat(stripe): enable subscription support and update pricing plans

* feat(stripe): add Vitest configuration and initial tests for Stripe integration

* feat(stripe): implement setCookieToHeader function and update tests for customer creation and subscription handling

* feat(stripe): add seats support for subscriptions and update related endpoints

* feat(stripe): update schema to include unique referenceId, stripeSubscriptionId, and periodEnd fields

* wip docs

* docs

* docs: imporves

* fix(stripe): update webhook handlers to use correct subscription identification

* refactor(stripe): simplify customer management by storing Stripe customer ID directly on user

* chore(stripe): update package configuration and build setup

- Migrated from tsup to unbuild for build configuration
- Updated package.json with improved export and dependency management
- Added build configuration for better module support
- Removed tsup configuration file

* chore(stripe): update pnpm lockfile dependencies

- Moved `better-auth` from devDependencies to dependencies
- Added `zod` as a direct dependency
- Reorganized package dependencies in the lockfile

* feat(stripe): enhance subscription management and error handling

- Added toast error handling for subscription upgrades in the dashboard
- Updated Stripe price IDs for different plans
- Improved Stripe plugin documentation with beta warning and team subscription details
- Implemented intermediate redirect for checkout success to handle race conditions
- Added support for fetching and updating subscription status after checkout
- Fixed Next.js cookie handling and build configuration

* chore: update snapshot
2025-03-01 01:20:17 +03:00
Bereket Engida
55a3cd3c47 demo: client only auth demo 2025-02-27 10:38:11 +03:00
Stephen Zhou
32db33a260 docs: pass token in reset-password (#1237) 2025-01-20 11:00:19 +03:00
Bereket Engida
dc6a68d852 chore(demo): fix deployment 2025-01-06 22:12:50 +03:00
Bereket Engida
b4455588ae chore(demo): fix deployment 2025-01-06 21:57:55 +03:00
Bereket Engida
9f2e45b8c7 chore: cleanup 2025-01-06 14:30:39 +03:00
Bereket Engida
4555f92063 feat: OIDC Plugin (#765) 2024-12-21 02:12:04 +03:00
Bereket Engida
71735b7acb fix: session inference breaking on throw:true (#853) 2024-12-11 17:32:49 +03:00
Bereket Engida
23ff6039ba fix: additional fields default values not being applied (#663) 2024-11-26 15:11:05 +03:00
Bereket Engida
29afedc1bd feat: handle internal context 2024-11-21 18:31:42 +03:00
Bereket Engida
201ea79470 fix: session should update every time when update age set to 0 (#606) 2024-11-20 22:36:42 +03:00
Bereket Engida
d4e731bba3 demo: update apis 2024-11-20 22:08:24 +03:00
Bereket Engida
8e1a1dab93 chore: add dumb demo sign in 2024-11-18 15:14:25 +03:00
Bereket Engida
4ccd60865a chore: update demo 2024-11-18 15:14:25 +03:00
Bereket Engida
a3b9baba53 chore: update demo 2024-11-18 14:24:16 +03:00
Bereket Engida
e442627c61 chore: update demo 2024-11-18 14:23:58 +03:00
Bereket Engida
faf809796a fix: react client missing null union on useSession 2024-11-15 14:32:27 +03:00
Bereket Engida
ff3389c3a5 chore: fix type issue demo 2024-11-15 14:29:47 +03:00
Bereket Engida
37ef726fe6 feat: phone-number verification callback 2024-11-13 23:55:36 +03:00
Bereket Engida
90e14b8bcc fix: change dontRemeberMe to remeberMe (#476) 2024-11-10 08:52:45 +03:00
Bereket Engida
5aa7837f6d fix: remove _ prefix from passkey list 2024-11-07 16:38:15 +03:00
Bereket Engida
f7271b79a5 feat: get active memebr and refactor (#445) 2024-11-07 16:35:04 +03:00
Bereket Engida
2ba1584736 feat: one tap (#419) 2024-11-05 01:59:31 +03:00
Bereket Engida
6c1b1d3c6b fix: tsc failing on deployment (#407) 2024-11-04 01:12:38 +03:00
Bereket Engida
1c7606d61e refactor: remove user prefix from endpoints (#358) 2024-10-28 12:33:59 +03:00
limichange
39ccf28acd docs: Fix typos in various files (#331) 2024-10-25 09:28:16 +03:00
Bereket Engida
29c698286a feat: require verification before enabling twofactor (#276) 2024-10-21 14:12:57 +03:00
Bereket Engida
05fd1e072d feat: multi session plugin (#204) 2024-10-18 17:27:37 +03:00
Bereket Engida
c68bb8a347 demo: fix types 2024-10-14 15:15:52 +03:00
Bereket Engida
54d01b21fe fix: env missing on migrate 2024-10-14 03:30:53 +03:00
Bereket Engida
94f1fe10c0 chore: cleanup 2024-10-12 02:51:39 +03:00
Bereket Engida
ec0fed68dd chore: fix demo dep issue 2024-10-12 02:25:40 +03:00
Bereket Engida
90614d42e3 chore: demo fix types 2024-10-12 02:15:35 +03:00
Bereket Engida
7442fc1606 chore: upgrade demo nextjs version 2024-10-12 02:11:26 +03:00
Bereket Engida
33223fd575 feat: admin plugin (#117) 2024-10-11 21:16:21 +03:00
Bereket Engida
de3db23574 feat: add support for typed additional fields on core tables (#123) 2024-10-09 14:40:29 +03:00
Bereket Engida
e0c8fe54ea fix: use secure option should allow false 2024-10-03 10:18:51 +03:00
Bereket Engida
1e10725f8b demo: fix dep issues 2024-09-28 00:00:50 +03:00
Bereket Engida
970cd3b945 fix: demo two fa 2024-09-27 23:58:05 +03:00
Bereket Engida
d17f151dff fix: nextjs demo 2024-09-27 14:43:35 +03:00
Bereket Engida
74a3e9a311 docs: 2fa imporvs 2024-09-26 11:57:49 +03:00
Bereket Engida
d4f4b94386 chore: lint project 2024-09-26 08:14:28 +03:00
Bereket Engida
287224c850 fix: email verfication 2024-09-25 23:39:30 +03:00
Bereket Engida
66b0b4c0a6 feat: better password reset 2024-09-25 21:33:51 +03:00