Gustavo Valverde
eb3cd10d50
chore: resolve main-to-next sync conflicts
...
- keep next package versions at 1.7.0-beta.1
- keep both changelog streams by inserting the stable 1.6.5, 1.6.6, and 1.6.7 sections below the 1.7.0-beta entries
- keep the cimd and dash deps on demo/nextjs (next-only); regenerate pnpm-lock.yaml
- resolve TODO(sync-from-main-9226) in oauth-provider authorize.ts: findRegisteredRedirectUri now uses isLoopbackIP from @better-auth/core/utils/host to cover the full 127.0.0.0/8 range per RFC 8252 §7.3
- drop the unused saml import that main's #9262 added to sso/src/routes/sso.ts; next already migrated to saml-pipeline
2026-04-22 14:54:27 +01:00
Gustavo Valverde and GitHub
e64ff720fb
fix: unify host classification and close SSRF gaps across packages ( #9226 )
2026-04-17 23:25:25 +00:00
Gustavo Valverde and GitHub
c7d22539ec
refactor(generic-oauth)!: rewrite as first-class social provider with RFC compliance ( #9069 )
2026-04-13 12:02:16 +00:00
Jonathan Samines and GitHub
cd01a42e60
feat: expose plugin version ( #8750 )
2026-03-31 16:08:21 +00:00
Joél Solano and GitHub
b33305c338
fix(electron): handle safeStorage encryption failures gracefully ( #8530 )
2026-03-13 19:47:05 +00:00
Alex Yang and GitHub
d341824a96
fix(db): support verification operations with secondary storage ( #8247 )
2026-03-01 12:40:02 +00:00
Joél Solano and GitHub
0ce2316ae1
fix(electron): redirect in oauth init proxy ( #8143 )
2026-02-25 14:13:38 -08:00
Joél Solano and GitHub
b7de9e7b2d
chore(electron): fix race condition ( #8025 )
2026-02-17 15:54:29 -08:00
Joél Solano and GitHub
7306c5af05
feat(electron): allow manual token exchange & add sanitizeUser option ( #7976 )
2026-02-16 23:10:02 -08:00
Joél Solano and GitHub
1e18da7620
feat(electron): fetch user image securely regardless of csp ( #7844 )
2026-02-16 16:57:02 -08:00
Joél Solano and GitHub
b1f917e5e6
refactor(electron): hoist setupRenderer and bundle into separate file ( #7936 )
2026-02-13 09:34:56 +00:00
Joél Solano and GitHub
3d17eaee3f
chore(electron) add openapi metadata to routes ( #7872 )
2026-02-10 01:04:28 +00:00
Joél Solano and GitHub
3149b40ecb
chore(electron): construct channel prefix consistently ( #7833 )
2026-02-07 00:23:07 +00:00
1c9aab3bce
feat: electron integration ( #7647 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2026-02-04 20:37:05 +00:00