Commit Graph
6898 Commits
Author SHA1 Message Date
KinfeMichael TarikuandGitHub e9b8d92438 chore: fix jsodc typo (#2942) 2025-06-07 11:52:12 -07:00
ShippyandGitHub 8242ebde82 fix(mongo-adapter): fix incorrect transformation of findOneAndX outputs (#2656)
* fix(mongo-adapter): fix incorrect transformation of findOneAndX outputs

* fix(mongo-adapter): fix incorrect transformation of findOneAndX outputs

* fix(mongo-adapter): fix incorrect transformation of findOneAndX outputs

* lint
2025-06-06 22:17:46 -07:00
KinfeMichael TarikuandGitHub 90cd37caee fix: remove empty migration with semi colon (#2927) 2025-06-06 22:15:32 -07:00
KinfeMichael TarikuandGitHub 75559769f5 fix: add prompt option on github (#2922) 2025-06-06 22:09:11 -07:00
KinfeMichael TarikuandGitHub 335e6be0bf docs: headers in the setPassword method (#2923) 2025-06-06 14:22:15 -07:00
LucaandGitHub 91d504d81b docs(fix): replace error with status in elysia example (#2897)
* fix(docs): replace error with status in elysia example

https://github.com/elysiajs/elysia/blob/7d921a2c90b99a83240b20d01e8673e49e4327fd/src/context.ts#L190

* fix(docs): undo typo in elysia example
2025-06-04 15:53:44 -07:00
Richard PoelderlandGitHub 5526b24568 docs: remove unused withMcpAuth (#2902)
it's imported but unused.
2025-06-04 08:54:51 -07:00
Bereket Engida e96e07ed75 docs: match the hero section background 2025-06-03 16:18:18 -07:00
Bereket Engida d7957983fe chore: release v1.2.9-beta.9 v1.2.9-beta.9 2025-06-03 12:11:06 -07:00
Bereket Engida 09899ba220 chroe: check vercel url is defined before mergeing proto 2025-06-03 12:10:52 -07:00
Julius MarmingeandGitHub e69240d235 fix: construct valid URL from VERCEL_URL env 2025-06-03 11:10:19 -07:00
KinfeMichael TarikuandGitHub 91c5cd7478 fix: default value on generate (#2885) 2025-06-03 01:06:19 -07:00
Alexander LyonandGitHub 6cbc5e5317 chroe: add dependency on root format task in turbo (#1992) 2025-06-03 00:18:23 -07:00
KinfeMichael TarikuandGitHub f6e18b8a85 docs: cors callout in cookies (#2886) 2025-06-03 00:11:10 -07:00
8e4cd77433 feat(passkey): AAGUID field support (#2189)
* feat(passkey): AAGUID support

* docs: added aaguid options

* satisfies on base type

---------

Co-authored-by: Kinfe123 <kinfishtech@gmail.com>
2025-06-02 23:57:30 -07:00
Bennett DamsandGitHub df01a2e74c docs: clarify drizzle adapter option for plural tables (#2883) 2025-06-02 17:11:10 -07:00
KinfeMichael TarikuandGitHub 77d7936605 fix: docs sidebar height (#2882) 2025-06-02 14:17:33 -07:00
CyanhallandGitHub 186e42a95f docs: add NuxSaaS link as example integration with Nuxt (#2868)
docs: fix formatting of NuxSaaS link in Nuxt integration documentation
feat/2867-oidcprovider-trusted
2025-06-01 22:16:27 -07:00
KinfeMichael TarikuandGitHub 5aa38a1bce chore: removed custom path options (#2865)
* removed from options

* removed from options

* test

* lint

* test

* lint
2025-06-01 21:41:55 -07:00
Dominik K.andGitHub 04695a7c5b docs: improve Expo documentation (#2335)
* docs: improve expo documentation

* fix: add missing extention

* fix: move back to kebab case

* fix: correct session example

* fix: review comments + export name change
2025-06-01 12:48:28 -07:00
Bereket Engida 9787f5d9bf chore: add license type in package json 2025-06-01 10:26:44 -07:00
Bereket Engida 158581d7da chore: remove mcp impl from demo 2025-06-01 10:20:32 -07:00
Bereket Engida 29ebab00f5 chore: remove discord release workflow 2025-06-01 08:52:28 -07:00
Rahul MishraandGitHub 75545be4a0 chore: fix discord release message workflow (#2866) 2025-06-01 08:19:54 -07:00
MaxwellandGitHub 05ec120aba docs: simplified comparisons page (#2867) 2025-06-01 08:07:45 -07:00
Bereket Engida fcb28e790a chore: release v1.2.9-beta.8 v1.2.9-beta.8 2025-05-31 23:40:04 -07:00
Rohan GodhaandGitHub 2fe2b2dba9 fix(stripe): inconsistency preventing subscription upgrades (#2864) 2025-05-31 23:39:44 -07:00
Harry BuismanandGitHub 662762cd8e docs: fix SSO redirect URL (#2863) 2025-05-31 23:15:28 -07:00
Bereket Engida 96634ceefd chore: release v1.2.9-beta.7 v1.2.9-beta.7 2025-05-31 18:13:55 -07:00
Nicolas TorresandGitHub f735575b69 fix(api-key): rate limits not working (#2514)
* Makes sure to check api key rate limits

* Fix suggestions

* adds missing error code

* function doesnt need to be in the closure, it can be at module level
2025-05-31 18:12:47 -07:00
Felipe RochaandGitHub fa1e702912 docs: remove unnecessary await in permission checks (#2859) 2025-05-31 14:27:16 -07:00
KinfeMichael TarikuandGitHub a8c65d9871 docs: list user with query filter operator (#2857) 2025-05-31 13:09:29 -07:00
13591daa7d fix(oidc-provider): authorize post-auth flow (#2849)
* oidcProvider authorize post-auth flow fix

Issue:

Recommended way to handle login for OIDC Provider flow is to call
authClient.signIn -- However, many of the callbacks in authorize.ts
endpoint directly throw their redirects, in many of these cases this
is not desired as it will redirect the fetch request when the intent
is to redirect the browser instead.

Fix:

If the call is coming from a cors (non-browser navigate) fetch call
when doing the consent page redirect or the final authorization
callback redirect, redirect using a hint in json payload to authClient
rather than attempting to redirect the CORS call.

This resolves issues both with CORS (that people were seeing) as
well as well as removing the need for the work around hack provided
in #2461

Tested: Locally, using updated code, oidcProvider and a genericOauth
client. Verified happy paths for login with / without scope, there
are some other issues with consent flow in general, but I'll address
those in a different PR.

* cleanup and lint

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-05-31 09:52:18 -07:00
Bereket Engida fd727e515d chore: update kysley to 0.28.2 2025-05-31 09:14:05 -07:00
Bereket Engida 5c864f4482 docs: fix missing avatar url 2025-05-31 08:46:23 -07:00
KinfeMichael TarikuandGitHub 0d33d9d8ed docs: basePath options in auth config (#2851) 2025-05-31 01:33:54 -07:00
KinfeMichael TarikuandGitHub 9e0749ab2a fix(demo): avoid page refresh on session termination (#2850) 2025-05-31 01:00:06 -07:00
KinfeMichael TarikuandGitHub 06ca627a6a fix: demo build & upgrades (#2848) 2025-05-31 00:22:02 -07:00
KinfeMichael TarikuandGitHub 77c38594bb docs: generic oauth options (#2845) 2025-05-30 17:32:20 -07:00
KinfeMichael TarikuandGitHub 872a65adc1 docs: baseURL option in auth config (#2844) 2025-05-30 16:50:57 -07:00
Bereket Engida dcbaddab8c docs: remove yc launch embed 2025-05-30 15:51:12 -07:00
KinfeMichael TarikuandGitHub 13f6476b6c chore: update error code message typo (#2839) 2025-05-30 02:42:30 -07:00
KinfeMichael TarikuandGitHub 84d1853ad5 docs: mcp blog typo (#2833) 2025-05-29 20:30:19 -07:00
Bereket Engida 7c147ed34e chore: release v1.2.9-beta.6 v1.2.9-beta.6 2025-05-29 19:53:44 -07:00
TaesuandGitHub efc655de80 docs: add missing trustedOrigins option (#2822) 2025-05-28 21:31:38 -07:00
TakaandGitHub cb5de99501 docs: add callback URL property to sign up method (#2815) 2025-05-28 15:30:06 -07:00
CarbonNeuronandGitHub 746ee1fd61 fix: microsoft entra token refresh scope (#2816) 2025-05-28 15:13:45 -07:00
crutchtheclutchandGitHub fdee04fdc7 feat(customPaths): provide an option to modify and map api paths (#2193) 2025-05-28 10:32:03 -07:00
KinfeMichael TarikuandGitHub 5d1f1e3cbd fix: allow contains filter for users in admin (#2810) 2025-05-28 00:21:27 -07:00
KinfeMichael TarikuandGitHub 272360f426 fix: encoded callbackURL (#2809) 2025-05-27 23:36:17 -07:00