Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 22:07
v0.7.0
0c44127

What's Changed

🐛 Core - Fixes

  • feat: implement lifetime token domain & infrastructure by @LeadcodeDev in #839
  • feat: implement lifetime token by client by @LeadcodeDev in #852
  • fix(api): normalize hosted login redirect URL by @NobinKhan in #853
  • feat: Show session expiration action bar on login page by @jorisvilardell in #854
  • feat: implement passkey core by @LeadcodeDev in #866
  • feat(front): improve magic link UX by @jorisvilardell in #876
  • feat: implement email builder domain by @LeadcodeDev in #888
  • feat: create email template and assignment by @LeadcodeDev in #903
  • feat: send email error into sea watch by @LeadcodeDev in #904
  • feat: add explicit email errors for seawatch and show it by @LeadcodeDev in #908
  • fix: add redirecturi repository by @LeadcodeDev in #926
  • feat: implement maintenance mode domain by @LeadcodeDev in #928
  • fix(front): bug can't remove entierly the port default value on edit it by @jorisvilardell in #969
  • feat: add realm_branding domain module by @LeadcodeDev in #978
  • refactor: rename realm_branding to portal_theme and narrow config to design tokens by @LeadcodeDev in #984
  • feat: introduce portail layouts by @LeadcodeDev in #998
  • feat: portal themes per page trees migration by @LeadcodeDev in #1005
  • feat: add per-page collection domain to portal_themes by @LeadcodeDev in #1006
  • feat: forgot password redirect domain by @LeadcodeDev in #1042
  • feat: webhook self user registration and add missing seawatch events by @LeadcodeDev in #1047
  • fix(abyss): support GitHub IdP broker login flow by @NathaelB in #1069
  • feat: add GrantType::DeviceCode and DeviceAuthSession domain model by @NathaelB in #1071
  • feat(device-flow): add device flow lifecycle service (initiate/verify/deny/poll) by @NathaelB in #1072
  • feat(device-flow): add Postgres DeviceAuthRepository and wire DeviceFlowService into DI by @NathaelB in #1073
  • feat(device-flow): expose device authorization endpoint (RFC 8628 §3.1) by @NathaelB in #1074
  • feat(device-flow): handle device_code grant at the token endpoint (RFC 8628 §3.4) by @NathaelB in #1075
  • feat(device-flow): include device_code + user_id in webhook payload by @LeadcodeDev in #1084
  • fix(core): optional state in OIDC redirect + cover registration-resume logic with tests by @jorisvilardell in #1085
  • fix: remove details from authentication error message to prevent too many information by @Spenkie0 in #1116
  • fix: preset builder doesnt stack presets anymore, replaces current by @Spenkie0 in #1118
  • fix: add required OIDC discovery fields to provider configuration response by @NathaelB in #1123
  • fix: include nonce claim in id_token for authorization code flow by @LeadcodeDev in #1125

🚀 Core - Features

🐛 Webapp - Fixes

New Contributors

Full Changelog: v0.4.0...v0.7.0