diff --git a/src/lib/components/atoms/AuthenticationItem.svelte b/src/lib/components/atoms/AuthenticationItem.svelte index bd1d717..119dac6 100644 --- a/src/lib/components/atoms/AuthenticationItem.svelte +++ b/src/lib/components/atoms/AuthenticationItem.svelte @@ -72,6 +72,9 @@ {:else if data.type == 'apiKey' && data.in == 'header'}

API Key

+

+ API keys are a simple authentication method that the client provides when making API requests. +

{:else if data.type == 'openIdConnect'}

OpenID

+

+ OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 protocol and + supported by some OAuth 2.0 providers, such as Google and Azure Active Directory. +

{:else if data.type == 'oauth2'}

OAuth2

+

+ OAuth 2.0 is an authorization protocol that gives an API client limited access to user data on + a web server. +