refactor: Add deprecation notice for basic auth and JWT auth (#6349)

This commit is contained in:
Iván Ovejero
2023-06-01 11:22:29 +02:00
committed by GitHub
parent f7708c9159
commit de77762e51
3 changed files with 28 additions and 13 deletions

View File

@@ -87,3 +87,6 @@ export const enum LICENSE_QUOTAS {
}
export const CREDENTIAL_BLANKING_VALUE = '__n8n_BLANK_VALUE_e5362baf-c777-4d57-a609-6eaf1f9e87f6';
export const USER_MANAGEMENT_DOCS_URL =
'https://docs.n8n.io/hosting/authentication/user-management-self-hosted';