mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
* feat: initial impl * Create preliminary SSO rotation components CORL-929 * Create rotateSSOKey mutation CORL-929 * Fix sorting by date for SSO keys CORL-929 * Show tool tips beside expiring/expired statuses CORL-929 * Hook up Deactivate and Delete SSO key mutations CORL-929 * Tweak expired tooltip on SSO keys CORL-929 * Replace old SSO key config with key rotation CORL-929 * Fix copy button for SSO key's secret CORL-929 * Refactor SSOKeyCard func's into components All the func's building the sub-components were prime targets for component's with props. CORL-929 * Update tests to match SSO Key rotation CORL-929 * Fix typo in translation id CORL-929 * Test key rotation CORL-929 * Plumb disabled through SSO key rotation CORL-929 * Remove duplicate input/payload pairs from schema For some reason it perfectly duplicated the input/payload pairs for SSO key rotation on rebase. CORL-929 * Remove debug logging CORL-929 * Use switch instead of if's to compute SSO date field CORL-929 * Use switch to compute SSO action button state CORL-929 * Use switch to compute SSO StatusField state CORL-929 * Remove 10 second key rotation option CORL-929 * Use memo in sorting SSO keys CORL-929 Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>