Skip to content

Commit eac0cb9

Browse files
fixing typo
1 parent d26db4f commit eac0cb9

File tree

1 file changed

+2
-2
lines changed
  • src/pages/guides/authentication/ServerToServerAuthentication

1 file changed

+2
-2
lines changed

src/pages/guides/authentication/ServerToServerAuthentication/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Service Account (JWT) credentials have been deprecated in favor of the new O
44

55
The new OAuth Server-to-Server credentials simplify all aspects of application development - experimentation, implementation, and maintenance. See the section on [Why OAuth Server-to-Server credentials?](#why-oauth-server-to-server-credentials) below to learn more.
66

7-
While the Service Account (JWT) credentials have been marked as deprecated, they will continue to work until **Jun 30, 2025**. Therefore you must migrate your application or integration to use the new OAuth Server-to-Server credential before Jun 30, 2025. See the section on [deprecation timelines](#deperecation-timelines) below to learn more.
7+
While the Service Account (JWT) credentials have been marked as deprecated, they will continue to work until **Jun 30, 2025**. Therefore you must migrate your application or integration to use the new OAuth Server-to-Server credential before Jun 30, 2025. See the section on [deprecation timelines](#deprecation-timelines) below to learn more.
88

99
Migrating your applications to the OAuth Server-to-Server credential is a simple two-step process that enables a zero downtime migration for your applications and integrations. Please read our [migration guide](#migration-overview) below to familiarize yourself with the migration process.
1010

@@ -13,7 +13,7 @@ If you have more questions, check out our [frequently asked questions](#faqs) or
1313
## Table of Contents
1414

1515
+ [Why OAuth Server-to-Server credentials?](#why-oauth-server-to-server-credentials)
16-
+ [Deperecation Timelines](#deperecation-timelines)
16+
+ [Deperecation Timelines](#deprecation-timelines)
1717
+ [Migration Overview](#migration-overview)
1818
+ [Preparation: Find out which applications are using the Service Account (JWT) credentials](#preparation-find-out-which-applications-are-using-the-service-account-jwt-credentials)
1919
+ [Step 1: Add the new credential to your project](#step-1-add-the-new-credential-to-your-project)

0 commit comments

Comments
 (0)