We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e271b97 commit 7f9b118Copy full SHA for 7f9b118
gatsby-config.js
@@ -197,10 +197,6 @@ module.exports = {
197
},
198
{
199
pages: [
200
- {
201
- path: "guides/authentication/Tools/o-auth-playground.md",
202
- title: "OAuth 2.0 Playground"
203
- },
204
205
path: "guides/authentication/Tools/postman.md",
206
title: "Postman"
src/pages/guides/authentication/Tools/index.md
@@ -1,12 +1,6 @@
1
2
# Tools Overview
3
4
-
5
-## OAuth 2.0 Playground
6
-Do you have an OAuth integration created?
7
8
-[Try the OAuth 2.0 Playground tool](o-auth-playground.md) to generate an access token.
9
10
## Postman
11
12
[Try Postman for generating an access token](postman.md) for both OAuth and Service Account Integration.
src/pages/guides/authentication/Tools/o-auth-playground.md
0 commit comments