diff --git a/web/src/locales/en.po b/web/src/locales/en.po index f2c776929..c09f84d65 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -63,6 +63,10 @@ msgstr "ANY, any policy must match to grant access." msgid "ANY, any policy must match to include this stage access." msgstr "ANY, any policy must match to include this stage access." +#: src/pages/tokens/TokenListPage.ts +msgid "API Access" +msgstr "API Access" + #: src/pages/stages/authenticator_duo/AuthenticatorDuoStageForm.ts msgid "API Hostname" msgstr "API Hostname" @@ -231,6 +235,10 @@ msgstr "Always require consent" msgid "App" msgstr "App" +#: src/pages/tokens/TokenListPage.ts +msgid "App password" +msgstr "App password" + #: src/elements/user/UserConsentList.ts #: src/pages/admin-overview/TopApplicationsTable.ts #: src/pages/providers/ProviderListPage.ts @@ -952,6 +960,11 @@ msgstr "Copy recovery link" msgid "Create" msgstr "Create" +#: src/pages/user-settings/tokens/UserTokenList.ts +#: src/pages/user-settings/tokens/UserTokenList.ts +msgid "Create App password" +msgstr "Create App password" + #: src/pages/applications/ApplicationListPage.ts #: src/pages/providers/RelatedApplicationButton.ts msgid "Create Application" @@ -1018,6 +1031,7 @@ msgstr "Create Stage binding" msgid "Create Tenant" msgstr "Create Tenant" +#: src/pages/user-settings/tokens/UserTokenList.ts #: src/pages/user-settings/tokens/UserTokenList.ts msgid "Create Token" msgstr "Create Token" @@ -2047,6 +2061,11 @@ msgstr "Integration key" msgid "Integrations" msgstr "Integrations" +#: src/pages/tokens/TokenListPage.ts +#: src/pages/user-settings/tokens/UserTokenList.ts +msgid "Intent" +msgstr "Intent" + #: src/pages/providers/proxy/ProxyProviderViewPage.ts msgid "Internal Host" msgstr "Internal Host" @@ -3203,6 +3222,7 @@ msgid "Receive a push notification on your phone to prove your identity." msgstr "Receive a push notification on your phone to prove your identity." #: src/pages/flows/FlowForm.ts +#: src/pages/tokens/TokenListPage.ts #: src/pages/users/UserListPage.ts msgid "Recovery" msgstr "Recovery" @@ -4388,10 +4408,13 @@ msgstr "Token(s)" #: src/flows/stages/authenticator_static/AuthenticatorStaticStage.ts #: src/interfaces/AdminInterface.ts #: src/pages/tokens/TokenListPage.ts -#: src/pages/user-settings/UserSettingsPage.ts msgid "Tokens" msgstr "Tokens" +#: src/pages/user-settings/UserSettingsPage.ts +msgid "Tokens and App passwords" +msgstr "Tokens and App passwords" + #: src/pages/tokens/TokenListPage.ts msgid "Tokens are used throughout authentik for Email validation stages, Recovery keys and API access." msgstr "Tokens are used throughout authentik for Email validation stages, Recovery keys and API access." @@ -4859,6 +4882,10 @@ msgstr "Validation Policies" msgid "Validity days" msgstr "Validity days" +#: src/pages/tokens/TokenListPage.ts +msgid "Verification" +msgstr "Verification" + #: src/pages/providers/saml/SAMLProviderForm.ts msgid "Verification Certificate" msgstr "Verification Certificate" diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index 5de2beb61..36be57c10 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -63,6 +63,10 @@ msgstr "" msgid "ANY, any policy must match to include this stage access." msgstr "" +#: src/pages/tokens/TokenListPage.ts +msgid "API Access" +msgstr "" + #: src/pages/stages/authenticator_duo/AuthenticatorDuoStageForm.ts msgid "API Hostname" msgstr "" @@ -231,6 +235,10 @@ msgstr "" msgid "App" msgstr "" +#: src/pages/tokens/TokenListPage.ts +msgid "App password" +msgstr "" + #: src/elements/user/UserConsentList.ts #: src/pages/admin-overview/TopApplicationsTable.ts #: src/pages/providers/ProviderListPage.ts @@ -946,6 +954,11 @@ msgstr "" msgid "Create" msgstr "" +#: src/pages/user-settings/tokens/UserTokenList.ts +#: src/pages/user-settings/tokens/UserTokenList.ts +msgid "Create App password" +msgstr "" + #: src/pages/applications/ApplicationListPage.ts #: src/pages/providers/RelatedApplicationButton.ts msgid "Create Application" @@ -1012,6 +1025,7 @@ msgstr "" msgid "Create Tenant" msgstr "" +#: src/pages/user-settings/tokens/UserTokenList.ts #: src/pages/user-settings/tokens/UserTokenList.ts msgid "Create Token" msgstr "" @@ -2039,6 +2053,11 @@ msgstr "" msgid "Integrations" msgstr "" +#: src/pages/tokens/TokenListPage.ts +#: src/pages/user-settings/tokens/UserTokenList.ts +msgid "Intent" +msgstr "" + #: src/pages/providers/proxy/ProxyProviderViewPage.ts msgid "Internal Host" msgstr "" @@ -3195,6 +3214,7 @@ msgid "Receive a push notification on your phone to prove your identity." msgstr "" #: src/pages/flows/FlowForm.ts +#: src/pages/tokens/TokenListPage.ts #: src/pages/users/UserListPage.ts msgid "Recovery" msgstr "" @@ -4373,10 +4393,13 @@ msgstr "" #: src/flows/stages/authenticator_static/AuthenticatorStaticStage.ts #: src/interfaces/AdminInterface.ts #: src/pages/tokens/TokenListPage.ts -#: src/pages/user-settings/UserSettingsPage.ts msgid "Tokens" msgstr "" +#: src/pages/user-settings/UserSettingsPage.ts +msgid "Tokens and App passwords" +msgstr "" + #: src/pages/tokens/TokenListPage.ts msgid "Tokens are used throughout authentik for Email validation stages, Recovery keys and API access." msgstr "" @@ -4844,6 +4867,10 @@ msgstr "" msgid "Validity days" msgstr "" +#: src/pages/tokens/TokenListPage.ts +msgid "Verification" +msgstr "" + #: src/pages/providers/saml/SAMLProviderForm.ts msgid "Verification Certificate" msgstr "" diff --git a/web/src/pages/tokens/TokenListPage.ts b/web/src/pages/tokens/TokenListPage.ts index cec399447..604b756e4 100644 --- a/web/src/pages/tokens/TokenListPage.ts +++ b/web/src/pages/tokens/TokenListPage.ts @@ -8,9 +8,22 @@ import "../../elements/buttons/TokenCopyButton"; import "../../elements/forms/DeleteBulkForm"; import { TableColumn } from "../../elements/table/Table"; import { PAGE_SIZE } from "../../constants"; -import { CoreApi, Token } from "@goauthentik/api"; +import { CoreApi, IntentEnum, Token } from "@goauthentik/api"; import { DEFAULT_CONFIG } from "../../api/Config"; +export function IntentToLabel(intent: IntentEnum): string { + switch (intent) { + case IntentEnum.Api: + return t`API Access`; + case IntentEnum.AppPassword: + return t`App password`; + case IntentEnum.Recovery: + return t`Recovery`; + case IntentEnum.Verification: + return t`Verification`; + } +} + @customElement("ak-token-list") export class TokenListPage extends TablePage { searchEnabled(): boolean { @@ -46,6 +59,7 @@ export class TokenListPage extends TablePage { new TableColumn(t`User`, "user"), new TableColumn(t`Expires?`, "expiring"), new TableColumn(t`Expiry date`, "expires"), + new TableColumn(t`Intent`, "intent"), new TableColumn(t`Actions`), ]; } @@ -78,6 +92,7 @@ export class TokenListPage extends TablePage { html`${item.user?.username}`, html`${item.expiring ? t`Yes` : t`No`}`, html`${item.expiring ? item.expires?.toLocaleString() : "-"}`, + html`${IntentToLabel(item.intent || IntentEnum.Api)}`, html` ${t`Copy Key`} diff --git a/web/src/pages/user-settings/tokens/UserTokenList.ts b/web/src/pages/user-settings/tokens/UserTokenList.ts index 76d743f42..b9e6fc5c1 100644 --- a/web/src/pages/user-settings/tokens/UserTokenList.ts +++ b/web/src/pages/user-settings/tokens/UserTokenList.ts @@ -13,6 +13,7 @@ import { PAGE_SIZE } from "../../../constants"; import { CoreApi, IntentEnum, Token } from "@goauthentik/api"; import { DEFAULT_CONFIG } from "../../../api/Config"; import "./UserTokenForm"; +import { IntentToLabel } from "../../tokens/TokenListPage"; @customElement("ak-user-token-list") export class UserTokenList extends Table { @@ -100,6 +101,16 @@ export class UserTokenList extends Table { +
+
+ ${t`Intent`} +
+
+
+ ${IntentToLabel(item.intent || IntentEnum.Api)} +
+
+