bb-plane-fork/apps/admin/app
Nikhil c2ce21e56c
[WEB-5657] feat: add synchronization configuration for multiple providers in authentication adapter (#8336)
* feat: add sync functionality for OAuth providers

- Implemented `check_sync_enabled` method to verify if sync is enabled for Google, GitHub, GitLab, and Gitea.
- Added `sync_user_data` method to update user details, including first name, last name, display name, and avatar.
- Updated configuration variables to include sync options for each provider.
- Integrated sync check into the login/signup process.

* feat: add sync toggle for OAuth providers in configuration forms

* fix: remove default value for sync options in OAuth configuration forms

* chore: delete old avatar and upload a new one

* chore: update class method

* chore: add email nullable

* refactor: streamline sync check for multiple providers and improve avatar deletion logic

* fix: ensure ENABLE_SYNC configurations default to "0" for Gitea, Github, Gitlab, and Google forms

* fix: simplify toggle switch value handling in ControllerSwitch component

---------

Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com>
2025-12-22 12:23:39 +05:30
..
(all) [WEB-5657] feat: add synchronization configuration for multiple providers in authentication adapter (#8336) 2025-12-22 12:23:39 +05:30
assets [WEB-5040] feat: admin react-router migration (#7922) 2025-11-06 13:39:35 +05:30
compat/next fix: source map warning during build (#8148) 2025-11-21 13:43:52 +05:30
components [WEB-5602] feat: new design system (#8220) 2025-12-12 20:50:14 +05:30
types [WEB-5404] chore: update next images with html default images (#8101) 2025-11-13 18:33:18 +05:30
entry.client.tsx chore: run fixes (#8257) 2025-12-08 22:26:50 +05:30
providers.tsx fix: source map warning during build (#8148) 2025-11-21 13:43:52 +05:30
root.tsx [WEB-5675] chore: implement fontsource as the fonts library (#8398) 2025-12-19 16:21:04 +05:30
routes.ts [WEB-5040] feat: admin react-router migration (#7922) 2025-11-06 13:39:35 +05:30