Skip to content

Commit

Permalink
docs: Add a note about additional authenticators to SDKs README (#288)
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.51.0
- Specification version 1.0.0-dev0.0.45
- Automation (cloudant-sdks) version 2fd2397
  • Loading branch information
cloudant-sdks-automation authored Jul 6, 2022
1 parent f56f7d5 commit f22e81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ CLOUDANT_USERNAME=<username>
CLOUDANT_PASSWORD=<password>
```

**Note**: We recommend that you use [IAM](#iam-authentication) for Cloudant and
**Note**: There are also additional [*Bearer token*](https://github.com/IBM/go-sdk-core/blob/main/Authentication.md#bearer-token-authentication), [*Container*](https://github.com/IBM/go-sdk-core/blob/main/Authentication.md#container-authentication) and [*VPC Instance*](https://github.com/IBM/go-sdk-core/blob/main/Authentication.md#vpc-instance-authentication) authentication methods. For more details, please follow the provided links.
We recommend that you use [IAM](#iam-authentication) for Cloudant and
[Session](#session-cookie-authentication) for CouchDB authentication.

### Authentication with external configuration
Expand Down

0 comments on commit f22e81a

Please sign in to comment.