diff --git a/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue b/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue index df67667..7072a6b 100644 --- a/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue +++ b/code/websites/pokedex.online/src/views/ClientCredentialsManager.vue @@ -20,7 +20,11 @@ Token expires in: {{ tokenInfo?.expiresIn || 0 }} seconds

-
@@ -152,44 +156,44 @@

â„šī¸ What are Client Credentials?

- Client Credentials Flow is an OAuth 2.0 authentication - method for server-to-server communication. It allows your application to - access resources without user interaction. + Client Credentials Flow is an OAuth 2.0 + authentication method for server-to-server communication. It allows + your application to access resources without user interaction.

When to use this:

Security Notes:

@@ -200,13 +204,16 @@ automatically
  • - Uses client secret: Requires both client ID and secret + Uses client secret: Requires both client ID and + secret
  • - Limited scopes: Only works with application:* scopes + Limited scopes: Only works with application:* + scopes
  • - Direct token: No authorization code exchange needed + Direct token: No authorization code exchange + needed
  • @@ -221,11 +228,15 @@ @@ -303,8 +315,8 @@

    Start Using APPLICATION Scope

    Once authenticated, you can use the APPLICATION scope in the - Challonge Test page to access all tournaments associated with your - application. + Challonge Test page to access all tournaments associated with + your application.