0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

feat(phrases,console): add toast messages on signing key rotated or deleted (#4672)

This commit is contained in:
Charles Zhao 2023-10-17 01:02:28 -05:00 committed by GitHub
parent 1ce3211d1a
commit bfb1bf6d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 91 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import {
} from '@logto/schemas';
import { condArray } from '@silverhand/essentials';
import { useMemo, useState } from 'react';
import { toast } from 'react-hot-toast';
import { Trans, useTranslation } from 'react-i18next';
import useSWR from 'swr';
@ -170,6 +171,7 @@ function SigningKeys() {
})
.json<OidcConfigKeysResponse[]>();
void mutate(keys);
toast.success(t('messages.rotate_key_success'));
} finally {
setIsRotating(false);
}
@ -210,6 +212,7 @@ function SigningKeys() {
try {
await api.delete(`api/configs/oidc/${keyType}/${deletingKeyId}`);
void mutate(data?.filter((key) => key.id !== deletingKeyId));
toast.success(t('messages.delete_key_success'));
} finally {
setDeletingKeyId(undefined);
}

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -99,6 +99,10 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
rotate_key_success: 'Signing keys rotated successfully.',
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -121,6 +121,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -120,6 +120,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -117,6 +117,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -117,6 +117,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};

View file

@ -117,6 +117,12 @@ const tenants = {
delete_cookie_key:
'Are you sure you want to delete the <strong>OIDC cookie key</strong>? Older sign-in sessions with cookies signed with this cookie key will no longer be valid. A re-authentication is required for these users.',
},
messages: {
/** UNTRANSLATED */
rotate_key_success: 'Signing keys rotated successfully.',
/** UNTRANSLATED */
delete_key_success: 'Key deleted successfully.',
},
},
};