Commit Graph
2169 Commits
Author SHA1 Message Date
Paul NodetandGitHub 43ab2860b4 fix(cli): invalid prisma init config (#1964) 2025-03-24 08:03:20 +03:00
Bereket Engida b41febc54f chore: release v1.2.5-beta.8 2025-03-23 18:57:45 +03:00
Bereket EngidaandGitHub ae78dd73ad fix(organization): membership limit incorrect usage breaks list organizations (#1961) 2025-03-23 18:57:20 +03:00
Bereket EngidaandGitHub 09830a7839 fix(rate-limiter): custom rate limiing table name breaking db query (#1960) 2025-03-23 18:57:04 +03:00
Bereket EngidaandGitHub 4a310342c6 fix(rate-limiter): handle missing IP address in rate limit function (#1959) 2025-03-23 18:56:52 +03:00
Bereket EngidaandGitHub 6b47e56a63 fix: unlinkAccount should support optional accountId (#1952) 2025-03-23 15:46:56 +03:00
Bereket Engida 3e16da63c6 chore: release v1.2.5-beta.7 2025-03-23 13:16:33 +03:00
occoruneandGitHub ab52426c01 cli(fix): correct typo in auth-config for DrizzleAdapter (#1950) 2025-03-23 08:42:33 +03:00
Bereket Engida 94d2d0544a chore: release v1.2.5-beta.6 2025-03-22 21:54:06 +03:00
Bereket EngidaandGitHub 093f9de0e1 feat(oidc): allow passing additional user claims (#1933) 2025-03-22 20:44:00 +03:00
Ben KingandGitHub 6cd7417349 fix: support numeric user IDs (#1936) 2025-03-22 20:43:31 +03:00
Bereket Engida 197ed97f80 chore: lint 2025-03-22 20:41:59 +03:00
Leonard RoussardandGitHub 3c60c18a15 fix(stripe): allow plan retrieval by annual discount price ID (#1941) 2025-03-22 20:39:15 +03:00
Bereket EngidaandGitHub fb312ce10b fix: trigger session refetch on verify email (#1932) 2025-03-22 11:11:03 +03:00
Bereket EngidaandGitHub cf4bd5de6f feat: disabled paths (#1918)
* docs: add base url is optional on the client

* feat: disabled paths

* chore: fix test
2025-03-21 16:33:30 +03:00
KinfeMichael TarikuandGitHub f21872da13 fix: double matcher on username plugin (#1915) 2025-03-21 11:17:01 +03:00
Bereket Engida 6be809dd7b chore(jsdoc): default value of freshAge should be set to 1 day 2025-03-20 09:35:29 +03:00
Bereket Engida 51eb62376c chore: release v1.2.5-beta.5 2025-03-20 08:56:51 +03:00
Waleed LatifandGitHub 3d36afe982 fix(oauth): support passing prompt, access_type, type_hint and additional params when constructing authorization URL (#1888) 2025-03-20 08:56:13 +03:00
Bereket Engida 6b5c48b092 chore: cleanup 2025-03-18 12:28:55 +03:00
Bereket Engida 4c66affc28 chore: lint 2025-03-18 12:23:59 +03:00
MaxwellandGitHub cd82802507 fix(api-key): delete keys on client should use POST method instead (#1858) 2025-03-18 12:19:05 +03:00
MaxwellandGitHub cc6880c856 fix(organization): client infer for Member is using incorrect type (#1857) 2025-03-18 12:14:17 +03:00
Bereket Engida 09c6bb5585 chore: release v1.2.5-beta.4 2025-03-17 21:49:37 +03:00
Bereket Engida 3a4bbb4fe2 feat: add onEmailVerification callback 2025-03-17 21:17:07 +03:00
Bereket Engida d7890c550a fix(organization): trigger session refetch on set-active 2025-03-17 21:05:18 +03:00
Bereket Engida 6c88e53d92 fix: use instead of relying on instanceOf for incoming request type checks 2025-03-17 15:06:07 +03:00
James WainwrightandGitHub 62f3e49ba0 fix: access of undefined in runtime that does have great support of instanceof (#1838)
* fix: access of undefined in open-nextjs hosted runtime

- This change follows the "duck typing" principle which is often more robust than strict instance checking, especially in complex JavaScript environments where objects might come from different contexts or realms.
- Fixes issue where in an opennext hosted runtime, instanceof usage is not sufficent.

* feat: use in operator for better reliabiltiy across runtimes

* fix: linting issue
2025-03-17 15:03:52 +03:00
Bereket Engida da9953082a chore: lint 2025-03-17 15:02:15 +03:00
Elliot HespandGitHub a2748aa7df fix(admin): remove undefined type from list-users openapi documentation (#1845) 2025-03-17 15:01:33 +03:00
Bereket Engida cdfa3b18ba chore: release v1.2.5-beta.3 2025-03-17 13:09:43 +03:00
Bereket Engida 67a9549a96 fix: get session cookie should check for both secure and non secure cookies 2025-03-16 22:06:49 +03:00
Bereket Engida 001126ba5e chore: release v1.2.5-beta.2 2025-03-16 00:02:18 +03:00
Bereket Engida f2520f95e9 feat(admin): allow creating users without admin session on server api 2025-03-16 00:02:07 +03:00
Bereket EngidaandGitHub 0b82136ede fix: get session cookie helper should use better url retrieval and read config overrides (#1828)
* fix: url retreiving should use getBaseURL

* fix: session cookie getter issue with custom config

* chore: remove log
2025-03-15 22:31:52 +03:00
Bereket EngidaandGitHub 16e71d1c58 fix: typescript cannot be named without reference error (#1827) 2025-03-15 16:57:35 +03:00
Bereket Engida 971966ee64 chore: release v1.2.5-beta.1 2025-03-15 10:04:02 +03:00
Bereket EngidaandGitHub 54bdb695b5 fix(expo): better fetch type mismatch causing type error on expo client plugin (#1825) 2025-03-15 09:54:28 +03:00
Elliot HespandGitHub 6e1a425e95 fix: multiple issues with openapi types and references (#1811) 2025-03-15 08:07:11 +03:00
Alex BoydandGitHub a448c517b3 fix: allow plus signs in relative callback URLs (#1823) 2025-03-15 08:02:13 +03:00
Bereket EngidaandGitHub e157e06a51 feat(account): add option to allow unlinking all accounts (#1818) 2025-03-14 20:22:59 +03:00
Bereket Engida 1152c3dfe2 chore: upgrade '@better-auth/utils' to 0.2.4 2025-03-14 19:30:05 +03:00
BeerMonsterDotaandGitHub 765dd0d68f fix(generic-oauth): added basic auth param in oAuth2Callback (#1810)
* added authentication provider in callback func

* trailing comma for linter
2025-03-14 07:06:26 +03:00
Bereket Engida 6c0ebf3171 chore: release v1.2.4 2025-03-14 00:12:32 +03:00
Joel SolanoandGitHub 8e1085eddb chore: removed unused middleware (#1678) 2025-03-14 00:11:01 +03:00
Bereket EngidaandGitHub 2ca71ee3cb feat(admin): custom banned user error message (#1692)
* feat(admin): custom banned user error message

* docs(admin): add documentation for bannedUserMessage configuration

* chore: export types from @better-fetch/fetch in clients

* chore: remove update tet helper
2025-03-14 00:10:31 +03:00
440784d3e1 feat: add Kick social provider (#1702)
* Add kick social provider

* Custom implementation `getUserInfo`

* Fix token endpoint URL

* add kick docs

* Update kick.mdx

* docs: update icon sizes to 1.2em, add "Kick"

* chore: lint

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-03-13 23:56:59 +03:00
cc0531c6e4 feat(organization): allow passing teamId in addMember (#1794)
* feat(organization): Add teamId in addMember

* docs(organization): Add teamId in addMember function

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-03-13 23:54:51 +03:00
NetrifierandGitHub 3af315edbc fix(organization): multiple role array not referenced properly (#1792) 2025-03-13 23:44:00 +03:00
BeerMonsterDotaandGitHub 95cb5e2895 feat(generic-oauth): allow basic auth (#1808) 2025-03-13 23:05:20 +03:00