From 149c3370a2a97c4b2847a145565bc364d557b1d9 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:32:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Improve=20code=20readabili?= =?UTF-8?q?ty=20by=20reformatting=20and=20rewrapping=20text=20and=20attrib?= =?UTF-8?q?utes=20for=20better=20alignment=20and=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ClientCredentialsManager.vue | 80 +++++++++++-------- 1 file changed, 46 insertions(+), 34 deletions(-) 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.