happyDomain/internal
Pierre-Olivier Mercier 7f4c87937c fix: preserve post-login redirect destination through OIDC flow
The next query parameter was silently dropped when users chose OIDC
login, always redirecting to / after authentication. Forward the
validated next value to /auth/oidc, store it in the session during
redirect, and use it for the final redirect in the callback, matching
the behaviour of password-based login.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 13:06:20 +07:00
..
adapters Update to latest dnscontrol 2026-02-03 11:04:38 +08:00
api fix: preserve post-login redirect destination through OIDC flow 2026-03-12 13:06:20 +07:00
api-admin fix: resolve go vet variable shadowing warnings 2026-03-01 17:37:59 +07:00
app Support configurable BasePath for hosting at a sub-path 2026-03-01 17:41:01 +07:00
avatar Clean architecture refactoring 2025-04-22 14:15:03 +02:00
captcha Add Altcha captcha provider support 2026-02-13 12:29:14 +07:00
config web: Integrate BasePath support into frontend and fix web route serving 2026-03-01 17:41:02 +07:00
forms chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
helpers chore: apply Go naming conventions and minor code improvements 2026-03-01 17:38:12 +07:00
mailer chore: apply Go naming conventions and minor code improvements 2026-03-01 17:38:12 +07:00
newsletter chore: apply Go naming conventions and minor code improvements 2026-03-01 17:38:12 +07:00
session security: 15-day session lifetime with 7-day auto-renewal 2026-03-12 13:06:20 +07:00
storage chore: apply Go naming conventions and minor code improvements 2026-03-01 17:38:12 +07:00
usecase security: 15-day session lifetime with 7-day auto-renewal 2026-03-12 13:06:20 +07:00