You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/api-references/autopopulate-api-key.mdx
-33Lines changed: 0 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,39 +107,6 @@ To enable this feature, you need to configure OAuth authentication so that Fern
107
107
1. After successful authentication, your OAuth provider redirects back to Fern with an authorization code, which Fern exchanges for an access token at your token endpoint.
108
108
1. Fern uses this token to retrieve the user's API key and automatically populates it in the API Explorer.
109
109
110
-
#### Architecture diagram
111
-
112
-
```mermaid
113
-
sequenceDiagram
114
-
participant U as User
115
-
participant F as Fern Docs
116
-
participant A as OAuth2 Provider
117
-
U->>F: Visit restricted page
118
-
F->>F: Check fern_token cookie
119
-
120
-
alt Cookie exists
121
-
F->>F: Decode cookie
122
-
F->>F: Verify authentication credentials
123
-
Note over F: Attempt to refresh the token, if expired
0 commit comments