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:
parent
1ce3211d1a
commit
bfb1bf6d06
16 changed files with 91 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue