Skip to content

Comments

feat: add realm login settings feature#527

Merged
NathaelB merged 7 commits intomainfrom
519-login-screen-customization
Nov 4, 2025
Merged

feat: add realm login settings feature#527
NathaelB merged 7 commits intomainfrom
519-login-screen-customization

Conversation

@NathaelB
Copy link
Member

Add DB migration and model fields for realm login settings Implement RealmLoginSetting and include settings on Realm entity Expose GET /realms/{name}/login-settings and extend update API Update repository, service and mappers to persist and return settings Refresh OpenAPI and regenerate client/tanstack types for new schema Add frontend UI for login settings plus registration page Register Redoc/RapiDoc/Swagger UI endpoints in the HTTP server

@NathaelB NathaelB self-assigned this Oct 26, 2025
@NathaelB NathaelB linked an issue Oct 26, 2025 that may be closed by this pull request
Add DB migration and model fields for realm login settings Implement
RealmLoginSetting and include settings on Realm entity Expose GET
/realms/{name}/login-settings and extend update API Update repository,
service and mappers to persist and return settings Refresh OpenAPI and
regenerate client/tanstack types for new schema Add frontend UI for
login settings plus registration page Register Redoc/RapiDoc/Swagger UI
endpoints in the HTTP server
Implement registration handler, AuthService.register_user and core
registration flow (create user, store credentials, generate access and
refresh tokens). Wire router, update API client and add frontend
mutation hook and register/login UI changes.
@NathaelB NathaelB force-pushed the 519-login-screen-customization branch from fffe398 to d6d9aa2 Compare October 28, 2025 13:10
@NathaelB NathaelB marked this pull request as ready for review October 28, 2025 13:10
@NathaelB NathaelB merged commit 1c0e7ac into main Nov 4, 2025
9 checks passed
@NathaelB NathaelB deleted the 519-login-screen-customization branch November 4, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

login screen customization

2 participants