Commit Graph
2495 Commits
Author SHA1 Message Date
TedandGitHub 15f97ff0ff feat(oidc): allow header auth for token endpoint (#1484) 2025-02-20 23:21:16 +03:00
Bereket Engida a280dc78b6 chore: fix types 2025-02-20 15:09:47 +03:00
Bereket Engida da45b1a6aa refactor: type issues with the magic link plugin 2025-02-20 15:07:47 +03:00
63fbd91077 feat: add context to database hooks (#1180)
database hooks now contain endpoint context on their callback

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-02-20 15:02:50 +03:00
Bereket Engida 6ff11bd5ae Merge branch 'main' into v1.2 2025-02-20 09:25:05 +03:00
Bereket Engida 883c5a9f0e Merge branch 'main' into v1.2 2025-02-20 09:22:45 +03:00
PukimaandGitHub 91bc0b74d7 docs: fix typo in node integration intro (#1503) 2025-02-19 19:29:41 +03:00
Bereket Engida 95cd58bea0 docs: clarify user table extension options in accounts documentation 2025-02-19 15:25:29 +03:00
KinfeMichael TarikuandGitHub 261fe93173 fix(api): config in getSessionFromCtx overrides query param (#1496) 2025-02-19 13:35:50 +03:00
Alexandre StahmerandGitHub add3820c0d fix(open-api): add missing id field in generated OpenAPI for each schema (Models) (#1491) 2025-02-19 13:30:23 +03:00
JacobandGitHub dcb4065c8a docs: add a simple line to show that a tenant id can be passed optionally (#1483) 2025-02-19 09:45:52 +03:00
Bereket Engida 90c449b945 chore: release v1.2.0-beta.10 v1.2.0-beta.10 2025-02-18 00:25:19 +03:00
Bereket Engida 9cb72a5447 chore: update better-call dependency to use catalog versioning 2025-02-18 00:20:27 +03:00
Bereket Engida 0a47a402e2 feat(one-tap): implement account linking 2025-02-17 23:51:39 +03:00
Bereket Engida 0a9975f4ce chore: release v1.2.0-beta.9 v1.2.0-beta.9 2025-02-17 09:32:30 +03:00
Bereket Engida f737b3b02f docs(admin): update usage instructions to include adminUserIds option 2025-02-17 08:24:12 +03:00
Bereket Engida 2020e1f24d feat(admin): add adminUserIds option for custom admin access control 2025-02-17 08:24:12 +03:00
Bereket Engida e3faaf031c chore: lint 2025-02-17 08:24:12 +03:00
rohan nairandBereket Engida adf8d6dcda demo: confirm password validation (#1453)
* fix: Next JS demo confirm password validation

* removing unnecessary imports
2025-02-17 08:24:12 +03:00
Konrad SerafinandBereket Engida 7d0854b219 example(astro): add missing imports, remove unused scripts, fix indentation (#1455)
Note for pages/index.astro: <script> moved outside <RootLayout> as per Astro convention.
2025-02-17 08:24:12 +03:00
Bereket EngidaandBereket 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 868a63c047 fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins 2025-02-17 08:23:56 +03:00
Levi GunsallusandBereket Engida f2279d59e2 docs: fix casing in features (#1449) 2025-02-17 08:23:56 +03:00
Stephen LacyandBereket Engida 8d9fa3bafb fix(oidc-plugin): user info endpoint casing to match OIDC spec (#1446) 2025-02-17 08:23:56 +03:00
Bereket EngidaandBereket Engida abd58be5fc feat(mongodb-adapter): support custom ID generation in MongoDB adapter (#1444)
* feat(mongodb-adapter): support custom ID generation in MongoDB adapter

* chore: remove log
2025-02-17 08:23:41 +03:00
Phanuwat-PaoandBereket Engida 06419fff10 fix(open-api): convert path parameters to OpenAPI format (#1437) 2025-02-17 08:23:41 +03:00
MaxwellandBereket Engida 9a0b86a7fe docs: first page shouldn't show nav button to go to prev page (#1442) 2025-02-17 08:23:41 +03:00
Bereket EngidaandBereket Engida c4f2087943 feat(username): add default validation and options for validating username (#1345)
* feat: add default validation and options for validating username

* chore: release v1.1.16-beta.5

* fix: include update-user

* chore: release v1.1.16-beta.6
2025-02-17 08:22:37 +03:00
Bereket Engida 03fb6b2dfa chore: lint 2025-02-16 16:10:02 +03:00
rohan nairandGitHub 524d1c0375 demo: confirm password validation (#1453)
* fix: Next JS demo confirm password validation

* removing unnecessary imports
2025-02-16 16:09:20 +03:00
Konrad SerafinandGitHub 08e0eb067f example(astro): add missing imports, remove unused scripts, fix indentation (#1455)
Note for pages/index.astro: <script> moved outside <RootLayout> as per Astro convention.
2025-02-16 16:08:51 +03:00
Bereket Engida 1affe01986 chore: return username in signInUsername 2025-02-15 16:24:10 +03:00
Bereket Engida e2cbcb47ec chore: release v1.2.0-beta.8 v1.2.0-beta.8 2025-02-15 13:34:07 +03:00
Bereket Engida 192831ae5a chore: release v1.2.0-beta.7 2025-02-15 13:33:40 +03:00
Bereket Engida 9f722a9a41 chore: increase NODE_OPTIONS memory limit for build scripts 2025-02-15 13:28:41 +03:00
Bereket Engida 8c2327cc02 chore: release v1.2.0-beta.7 v1.2.0-beta.7 2025-02-15 13:18:35 +03:00
Bereket Engida d391a4853d chore: update better-call package to version 1.0.0-beta.6 and fix dependencies in lockfile 2025-02-15 13:18:29 +03:00
Bereket Engida 5d945e00d9 chore: release v1.1.19-beta.2 v1.1.19-beta.2 2025-02-15 11:58:55 +03:00
Bereket EngidaandGitHub 8ff196ec0d 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-15 11:56:06 +03:00
Bereket Engida 5dfb788838 fix(auth): use options.baseURL instead of ctx.baseURL on trusted origins 2025-02-15 09:47:14 +03:00
Levi GunsallusandGitHub b6035062c0 docs: fix casing in features (#1449) 2025-02-15 09:15:35 +03:00
Stephen LacyandGitHub 2ecd3f4221 fix(oidc-plugin): user info endpoint casing to match OIDC spec (#1446) 2025-02-15 09:15:07 +03:00
Bereket Engida 4e08cc2dcf chore: release v1.1.19-beta.1 v1.1.19-beta.1 2025-02-14 21:46:23 +03:00
Bereket EngidaandGitHub 5999071ede feat(mongodb-adapter): support custom ID generation in MongoDB adapter (#1444)
* feat(mongodb-adapter): support custom ID generation in MongoDB adapter

* chore: remove log
2025-02-14 21:45:54 +03:00
Phanuwat-PaoandGitHub da2fd0b74c fix(open-api): convert path parameters to OpenAPI format (#1437) 2025-02-14 21:42:47 +03:00
MaxwellandGitHub c3f2febf3b docs: first page shouldn't show nav button to go to prev page (#1442) 2025-02-14 19:25:49 +03:00
Bereket Engida e531a7c33f chore: release v1.1.18 v1.1.18 2025-02-14 18:16:13 +03:00
Bereket EngidaandGitHub b1e27fed8f feat(username): add default validation and options for validating username (#1345)
* feat: add default validation and options for validating username

* chore: release v1.1.16-beta.5

* fix: include update-user

* chore: release v1.1.16-beta.6
2025-02-14 18:15:19 +03:00
Bereket Engida 0ae2c74f88 chore: release v1.2.0-beta.6 v1.2.0-beta.6 2025-02-14 15:17:54 +03:00
Bereket Engida 2c81e5bf8f Merge branch 'main' into v1.2 2025-02-14 15:17:41 +03:00