8 Commits

Author SHA1 Message Date
Warren Chen
5b77669ab4 Refactor member center workflows and UI 2026-07-10 23:03:25 +09:00
Warren Chen
da30e6debc Refactor member center UI and data flow 2026-07-08 20:05:38 +09:00
Warren Chen
d4d2f98296 Refactor member center workflows and UI 2026-07-07 13:27:49 +09:00
Warren Chen
2eff12d903 Add admin permission checks to admin controllers 2026-07-03 15:42:49 +09:00
Warren Chen
5f32452263 Add auth resource registry for audience and scope mapping 2026-04-23 00:50:11 +09:00
Warren Chen
8585190123 Add web login OAuth redirect flow 2026-04-23 00:15:53 +09:00
Warren Chen
c9c0396ad2 Implement member profile, email flows, and account governance 2026-04-17 03:46:32 +09:00
warrenchen
75e235b8e3 Add admin area controllers and views for managing OAuth clients, security settings, subscriptions, and tenants
- Implemented OAuthClientsController for CRUD operations on OAuth clients.
- Added SecurityController to manage security settings.
- Created SubscriptionsController for handling subscriptions with export functionality.
- Developed TenantsController for tenant management including create, edit, and delete operations.
- Added views for each controller to facilitate user interaction.
- Introduced layout and shared views for consistent admin UI.
- Implemented model classes for handling data in views.
- Added validation and error handling in forms.
2026-04-01 17:40:45 +09:00