Skip to content

Commit b7d2cd6

Browse files
authored
Merge pull request #46 from ydb-platform/XmasApple-patch-1
Update CHANGELOG.md and README.md
2 parents d1dc15b + 3ab962f commit b7d2cd6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Add static auth
12
## v0.1.1
23
- Add static code analysis
34
- Add CodeQL analysis

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ await driver.Initialize(); // Make sure to await driver initialization
3737
```
3838

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

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

0 commit comments

Comments
 (0)