da9fcbde85
feat(salesforce): add salesforce provider ( #4183 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2025-08-26 10:27:31 -07:00
Rodrigo Menezes and GitHub
db89c64a56
docs: add docs for one time token client plugin ( #4220 )
2025-08-25 17:47:02 -07:00
Shobhit Patra and GitHub
e1552bebee
feat(atlassian): add atlassian social provider ( #4221 )
2025-08-25 16:43:39 -07:00
Maxwell and GitHub
2b2671423c
docs: fix facebook icon color
2025-08-25 08:09:29 +10:00
0751efd94a
fix(oidc): allow custom schemas ( #4200 )
...
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com >
2025-08-24 15:02:35 -07:00
Maxwell and GitHub
51a6a8c9b6
docs: fix kick icon
2025-08-25 07:53:41 +10:00
Maxwell and GitHub
868872ad21
docs: fix figma icon
2025-08-25 06:18:09 +10:00
Maxwell and GitHub
6d50f40f0b
docs: fix new social provider sidebar items
2025-08-24 02:32:10 +10:00
Alex Yang and GitHub
744e9e34c1
docs: fix scrolling issue ( #4169 )
2025-08-22 23:55:55 -07:00
d20f9a763c
chore: update to Fumadocs 15.7 ( #4154 )
...
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com >
Co-authored-by: Kinfe123 <kinfishtech@gmail.com >
2025-08-22 19:00:45 -07:00
KinfeMichael Tariku and GitHub
c45ad901ce
fix: invalid pages on docs throw a 500 server error instead of 404 ( #4166 )
2025-08-23 03:28:40 +03:00
Lawrence Lin and GitHub
28211e5e97
feat(social): add Line provider ( #4084 )
2025-08-22 15:57:36 -07:00
d476fbed07
feat: add figma provider ( #4134 )
...
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com >
2025-08-22 14:31:04 -07:00
Alex Yang and GitHub
eb691e213d
docs: revert fumadocs ( #4147 )
2025-08-21 21:07:46 -07:00
Alex Yang and GitHub
ff19661524
chore: bump fumadocs ( #4144 )
2025-08-21 20:30:06 -07:00
Alex Yang and GitHub
55ec22c877
fix: small dx for device login ( #4141 )
2025-08-21 17:46:11 -07:00
Alex Yang and GitHub
127ad5d326
chore: bump next.js ( #4135 )
2025-08-21 15:30:53 -07:00
Alex Yang and GitHub
5ded0904d4
feat: support device authorization ( #3811 )
2025-08-21 14:59:31 -07:00
Alex Yang and GitHub
2edb2d6816
chore: fix turborepo cache hit issue ( #4137 )
2025-08-21 13:59:56 -07:00
Shobhit Patra and GitHub
96b5fabdfa
feat(paypal): add paypal OAuth2 provider ( #4107 )
2025-08-21 11:50:03 -07:00
c05b103c3e
feat: remote sign a jwt payload ( #4074 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2025-08-20 15:51:02 -07:00
Alex Yang and GitHub
fc8a25abd0
feat: support node:sqlite ( #3869 )
2025-08-20 12:57:30 -07:00
7b6f3fad8b
fix: telemetry should be opt in not opt out ( #4081 )
...
* fix(telemetry): make telemetry opt in
* fix(telemetry): remove telemetry notice
* fix(docs): remove redundant "is"
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* test(telemetry): opt in to telemetry in tests
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-19 10:28:58 -07:00
99834437b0
fix: secondary storage should allow returning both string and parsed json ( #4076 )
...
* docs: hero section alignment with feature section on big screens (#4018 )
* fix: hero section alignment with feature section on big screens
* fix
---------
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
* chore: fix broken testomnial link
* fix(sso): [⚠︎Security] - membership check should be required before allowing users to create sso for an organization
* chore: update sso docs
* chore: fix import typo
* docs: hero section alignment with feature section on big screens (#4018 )
* fix: hero section alignment with feature section on big screens
* fix
---------
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
* chore: fix broken testomnial link
* fix(sso): [⚠︎Security] - membership check should be required before allowing users to create sso for an organization
* chore: update sso docs
* chore: fix import typo
* chore: release v1.3.7-beta.4
* chore: release v1.3.7
* support both json and string
* add test and type
* fix up docs
* fix test
* fix test
* fix type
---------
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com >
2025-08-18 21:08:39 -07:00
Dylan Vanmali and GitHub
74ccf8dac5
feat(jwt): jwks remote url ( #4071 )
2025-08-18 14:18:11 -07:00
Dylan Vanmali and GitHub
4b8a2f62b9
feat(jwt): add disableSettingJwtHeader flag to prevent issuance of signed jwt ( #4072 )
2025-08-18 14:17:30 -07:00
Alex Yang and GitHub
da52400a51
docs: fix typos ( #4069 )
2025-08-18 10:50:00 -07:00
Alex Yang and GitHub
1815fb2b3f
chore: lint json files ( #4068 )
2025-08-18 10:27:15 -07:00
Dagmawi Babi and GitHub
c93d84b478
docs: Google and Roblox to use a space in the prompt value instead of a plus ( #4027 )
2025-08-15 08:59:29 -07:00
b165c13055
feat(email-otp): add check verification otp endpoint ( #1149 )
...
* Improve OTP password reset flow
* Doc improvements
* Logic improvements
* nit
* Prevent too many attempts
* Changeset
* chore: changeset
* chore: remove braces
---------
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
2025-08-14 18:35:26 -07:00
b622836703
docs: update section testimonial ( #3964 )
...
* docs: resolve overlapping border in the community page (#3962 )
* chore: release v1.3.6
* docs: update section "people say"
* Update people-say.tsx
---------
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com >
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
2025-08-13 12:45:20 -07:00
Bereket Engida
ad9eee9370
Merge branch 'canary'
2025-08-12 20:12:50 -07:00
f6b5735ce9
fix: prevent static nodejs imports and lazy import for non-nodejs env ( #3947 )
...
* fix(cli): incorrect api for auto increment in drizzle schema generation(#3940 )
* fix(organization): make plugin schema compatible with exactOptionalPropertyTypes; build schema object without undefined optional keys and merge team tables conditionally; keep session fields literal and add teams conditionally
* fix: restore non-Node.js support by lazily importing
* test
* cleanup
* clean up
* lint
* fix(email-otp): type issue with extractOptionPropertyTypes (#3961 )
* docs: add github star count in the community section (#3960 )
* github star count
* cubix issue fix
---------
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
* chore: lint
---------
Co-authored-by: Ben Agnew <78829885+ben-agnew@users.noreply.github.com >
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
Co-authored-by: Dagmawi Babi <44819176+dagmawibabi@users.noreply.github.com >
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
2025-08-12 19:57:40 -07:00
KinfeMichael Tariku and GitHub
91214268ef
docs: resolve overlapping border in the community page ( #3962 )
2025-08-12 19:43:01 -07:00
84f8f659ce
docs: add github star count in the community section ( #3960 )
...
* github star count
* cubix issue fix
---------
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
2025-08-12 18:48:20 -07:00
Bereket Engida and GitHub
d8a7630ae2
fix(telemetry): remove node imports for compatibility and add telemetry notice ( #3942 )
...
* remove fs imports
* fix: detect-sys-info
* add notice
* cleanup
* remove notice
* add notice
* remove postinstall
* update docs
2025-08-11 20:03:17 -07:00
namgpham and GitHub
f105f85c19
docs: added comment on sveltekit plugin integration ( #3899 )
...
Added comment to the user to place cookie setting plugin as the last item in the array similar to Next.js.
If not, will deal with problems on other plugins such as twoFactor
2025-08-11 10:42:12 -07:00
Bereket Engida
cfa295813c
docs: hero padding should match the features section
2025-08-11 09:58:40 -07:00
KinfeMichael Tariku and Bereket Engida
5a3f0b60e9
docs: update missing links on contribution guide ( #3922 )
...
* docs: unify component implementations for consistency (#3799 )
* fix(docs): unify component implementations for consistency
* update
* docs: contribution guide link
* lint
2025-08-11 09:58:40 -07:00
Bereket Engida
865641e1d0
chore: change examples url
2025-08-11 09:58:40 -07:00
KinfeMichael Tariku and Bereket Engida
15e0527a0b
docs: add callout to populate event.locals.user and session in handlers ( #3910 )
...
* docs: add callout to set event.locals.user/session in handle
* update
* docs
2025-08-11 09:58:40 -07:00
Oskar Gmerek and Bereket Engida
fa4c6fb3e4
fix(username): remove normalize transform for displayUsername ( #3912 )
...
* fix(username): remove normalize transform for displayUsername
feat(username): add displayUsernameValidator
* feat(username): enhance username plugin with display username normalization and validation options
* docs
* update api
* update docs
* update docs
---------
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
2025-08-11 09:58:40 -07:00
Bereket Engida
f1898b005a
chore: remove unused import
2025-08-11 09:58:40 -07:00
Bereket Engida
b73d3b26a7
chore: remove unused componenet
2025-08-11 09:58:40 -07:00
1e6735495e
feat: add telemetry ( #3822 )
...
* feat: telemetry
Co-authored-by: Kinfe123 <kinfishtech@gmail.com >
* chore: remove changeset
* fix: do not generate project id unless telemetry is enabled
* fix: return `isInsiderContainerCached`
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* chore: remove unused utils file
* fix: properly cache generated project id
* feat: interpret empty env vars as false
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* fix: use nullish coalescing to set fallback
* fix: should be `isInsideContainerCached`
* fix: unique icons + tooltip for telemetry component
* fix: import child process from node
* fix: remove quotes in description
Co-authored-by: Alex Yang <himself65@outlook.com >
* fix: address reviews
Co-authored-by: Alex Yang <himself65@outlook.com >
* chore: refactor
* refactor
* add tests
* cache pkg json
* add cli tracking
* add migrate
* chore fix xi
* skip tet
* update snapshot
* chore: fix typecheck
* Expand telemetry docs: list collected fields, clarify anonymous redaction via getTelemetryAuthConfig, and document CLI events and audit/opt‑out paths.
* docs
* doc cleanup
* fixes
* remove git first commit message
* update docs
---------
Co-authored-by: Kinfe123 <kinfishtech@gmail.com >
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com >
Co-authored-by: Bereket Engida <Bekacru@gmail.com >
2025-08-11 09:58:40 -07:00
Alex Yang and Bereket Engida
953ed14112
docs: hydration fix on wrapping table content ( #3876 )
2025-08-11 09:58:40 -07:00
Grant G and Bereket Engida
18f72643ef
feat(oidc-provider): allow passing oauth consent code via query params ( #3845 )
...
* feat: pass oauth consent code via query params
* address cubic comments
* fix tests
* address comments
2025-08-11 09:58:40 -07:00
Grant G and Bereket Engida
b2ac809e5e
feat(oidc-provider): add client to getAdditionalUserInfoClaim callback ( #3790 )
...
* feat: add oidc Client to getAdditionalUserInfoClaim
* address cubic comments
* run format
2025-08-11 09:58:40 -07:00
Bereket Engida
e5d2a5dbbd
chore: bump biome ( #3784 )
2025-08-11 09:58:30 -07:00
Bereket Engida and Bereket Engida
f88e4b8dfb
feat(organization): add option for requiring email verificaiton ( #3785 )
...
* feat(organization): add option for requiring email verificaiton
* add rejection
* docs: add docs
2025-08-11 09:58:01 -07:00