Skip to content

Commit 50b9866

Browse files
acoumbAndyButland
andauthored
Update README.md
Co-authored-by: Andy Butland <[email protected]>
1 parent 8ffa67c commit 50b9866

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ Having worked with a few OAuth integrations across different providers, as would
1313
- Serializing requests and deserializing the API responses.
1414
- Handling cases where the token has expired and obtaining a new one via a refresh token.
1515

16-
For API key based flows, the integration steps include:
17-
18-
- Use an API key stored in the settings file or persisted into the database to serialize requests and deserialize the API responses.
19-
- Use provisioning options for passing the key to the API.
16+
With API key based flows, the process is a little simpler. But you still have to consider secure storage of the key, providing it correctly in API calls and handling serialization tasks.
2017

2118
There are though also differences, across request and response structures and variations in the details of the flow itself.
2219

0 commit comments

Comments
 (0)