Skip to content

Commit

Permalink
Merge pull request #46 from ydb-platform/XmasApple-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and README.md
  • Loading branch information
XmasApple committed Oct 10, 2023
2 parents d1dc15b + 3ab962f commit b7d2cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Add static auth
## v0.1.1
- Add static code analysis
- Add CodeQL analysis
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ await driver.Initialize(); // Make sure to await driver initialization
```

### Credentials
YDB SDK provides two standard ways for authentication:
YDB SDK provides several standard ways for authentication:
1) `Ydb.Sdk.Auth.AnonymousProvider`. Anonymous YDB access, mainly for tests purposes.
2) `Ydb.Sdk.Auth.TokenProvider`. Token authentication for OAuth-like tokens.
3) `Ydb.Sdk.Auth.StaticCredentialsProvider`. Username and password based authentication.

For Yandex.Cloud specific authentication methods, consider using **[ydb-dotnet-yc](https://github.com/ydb-platform/ydb-dotnet-yc)**.

Expand Down

0 comments on commit b7d2cd6

Please sign in to comment.