From 4da1e67c4a1c3d39c9d28353ab377ac22c938b21 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 8 Mar 2025 16:30:18 +0530 Subject: [PATCH] Update application_papa_kofi_api_auth.md --- doc/proposals/2025/gsoc/application_papa_kofi_api_auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/proposals/2025/gsoc/application_papa_kofi_api_auth.md b/doc/proposals/2025/gsoc/application_papa_kofi_api_auth.md index a6df94c5..0afa537c 100644 --- a/doc/proposals/2025/gsoc/application_papa_kofi_api_auth.md +++ b/doc/proposals/2025/gsoc/application_papa_kofi_api_auth.md @@ -226,7 +226,7 @@ final tokenCredentials = await authorization.requestTokenCredentials( ``` where `authorization` is an instance of the Authorization class which is created with client credentials and platform definition (Platforms include X, Apple, Google etc) provided by the aforementioned library. It is important to note however that the OAuth1.0 is being deprecated in favor of the 2.0 framework. Learn more [oauth1](https://oauth.net/core/1.0/)
-![oauth1](../gsoc/images/oauth1.png) +![oauth1](images/oauth1.png) 7. OAuth 2.0