Commit Graph

57 Commits

Author SHA1 Message Date
GivenBY
94450cc82e fix(demo): update forgot password link to /forget-password (#4567) 2025-09-11 17:15:14 +00:00
Alex Yang
d4c15829bc feat(demo): improve sign-up component (#3789) 2025-09-03 13:03:54 -07:00
Bereket Engida
2db142465e feat: add last login method plugin (#4347) 2025-09-01 13:15:23 -07:00
Alex Yang
55ec22c877 fix: small dx for device login (#4141) 2025-08-21 17:46:11 -07:00
Alex Yang
5ded0904d4 feat: support device authorization (#3811) 2025-08-21 14:59:31 -07:00
Bereket Engida
909a0595ca chore(demo): fix deployement 2025-08-10 23:54:49 -07:00
Bereket Engida
6675691efe chore: fix demo typechecking 2025-08-10 23:48:34 -07:00
Alex Yang
3ee67fcca0 chore(demo): replace isLoading using useTransition (#3775)
* fix: use `useTransition` for isLoading

* fixup! fix: use `useTransition` for isLoading
2025-08-06 16:38:41 -07:00
Alex Yang
575070f605 chore: bump biome (#3784) 2025-08-04 13:48:54 -07:00
Bereket Engida
987be984b4 chore(demo): add loading state on sign in button 2025-08-02 11:17:35 -07:00
Bereket Engida
c2fb1aa316 fix(stripe): prevent duplicate trials when switching plans (#3622)
* fix(stripe): tiral subscription should use update flow

* add changelog

* chore: changeset
2025-07-25 20:53:03 -07:00
Bereket Engida
b253130d5e chore: change sign-in box footer to built-with 2025-06-12 21:57:01 -07:00
KinfeMichael Tariku
06ca627a6a fix: demo build & upgrades (#2848) 2025-05-31 00:22:02 -07:00
Anthony DePasquale
b36a1b83c8 GitHub 2025-04-13 14:11:08 +02:00
Bereket Engida
68c108ca85 demo(refactor): remove unnecessary ref props 2025-03-04 20:55:46 +03:00
Bereket Engida
9d8bbb7471 chore: lint 2025-03-04 20:31:58 +03:00
Bereket Engida
210c20eb65 refactor: migrate UI components to React 19 2025-03-04 20:29:25 +03:00
Bereket Engida
23e3ce296b demo: use the default BA sign-in/sign-up components 2025-03-04 10:06:15 +03:00
Bereket Engida
16f082c014 demo: remove empty string as a fallback img src 2025-03-04 08:43:36 +03:00
Bereket Engida
2b768c9df7 demo: fix type errors 2025-03-01 02:51:53 +03:00
Bereket Engida
86cbf70684 docs: v1.2 release notes (#1602) 2025-03-01 02:22:32 +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
e3faaf031c chore: lint 2025-02-17 08:24:12 +03:00
rohan nair
adf8d6dcda demo: confirm password validation (#1453)
* fix: Next JS demo confirm password validation

* removing unnecessary imports
2025-02-17 08:24:12 +03:00
Bereket Engida
8a08ae9eee feat(one-tap): improve Google One Tap integration with JWT verification and improved prompt handling (#1452)
* fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins

* feat(one-tap):  improve Google One Tap integration with JWT verification and improved prompt handling

* feat(one-tap): add One Tap component for user authentication and fix prompt options
2025-02-17 08:23:56 +03:00
Bereket Engida
9f2e45b8c7 chore: cleanup 2025-01-06 14:30:39 +03:00
Bereket Engida
59c1e5a48a fix: default to 1 day for session freshness 2024-12-23 15:43:36 +03:00
Bereket Engida
4555f92063 feat: OIDC Plugin (#765) 2024-12-21 02:12:04 +03:00
Bereket Engida
d4e731bba3 demo: update apis 2024-11-20 22:08:24 +03:00
Bereket Engida
48cbbee014 fix: return 401 instead of 500 on require email verification 2024-11-20 14:27:44 +03:00
Bereket Engida
eb4c87f160 fix: update session token usage 2024-11-20 12:56:43 +03:00
Bereket Engida
8e1a1dab93 chore: add dumb demo sign in 2024-11-18 15:14:25 +03:00
Bereket Engida
5853da4ba1 chore: update demo 2024-11-18 14:23:58 +03:00
KinfeMichael Tariku
410b6fc454 docs: plugins side bar scroll area fix & testimonials (#547) 2024-11-16 11:48:42 +03:00
Bereket Engida
90e14b8bcc fix: change dontRemeberMe to remeberMe (#476) 2024-11-10 08:52:45 +03:00
Bereket Engida
7c3fe83bf3 fix: twitter provider (#462) 2024-11-08 23:08:00 +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
b4f7fa57f5 demo: fix input box 2024-10-18 18:38:17 +03:00
Bereket Engida
05fd1e072d feat: multi session plugin (#204) 2024-10-18 17:27:37 +03:00
Bereket Engida
1d77d0c338 fix: OAuth flow errors (#189)
* fix: remove codeverifier

* chore: release v0.4.10-beta.6

* fix: add claims and proper scopes for twitch

* chore: release v0.4.10-beta.6

* chore: release v0.4.10-beta.7

* fix: generic oauth should use the code from qparam

* chore: release v0.4.10-beta.8

* fix: scope failing to merge

* chore: release v0.4.10-beta.9

* fix: twitch get profile

* chore: release v0.4.10-beta.10

* fix:lint
2024-10-16 20:45:03 +03:00
Bereket Engida
0f21842aa2 fix: assert state is short enough to be stored in cookie 2024-10-15 06:16:09 +03:00
Bereket Engida
b3b2f5dd5c feat: infer trusted origins from env 2024-10-14 11:18:37 +03:00
Bereket Engida
ec0fed68dd chore: fix demo dep issue 2024-10-12 02:25:40 +03:00
Bereket Engida
7442fc1606 chore: upgrade demo nextjs version 2024-10-12 02:11:26 +03:00
Bereket Engida
438c8e2045 feat: microsoft sso 2024-10-05 10:51:23 +03:00
Bereket Engida
b4642c2ad5 fix: discord provider scope 2024-09-30 20:08:17 +03:00
Bereket Engida
1e10725f8b demo: fix dep issues 2024-09-28 00:00:50 +03:00
Bereket Engida
d4f4b94386 chore: lint project 2024-09-26 08:14:28 +03:00
Bereket Engida
d792e21341 feat: rate limit moved to core 2024-09-25 00:12:41 +03:00