Skip to content

Commit e01b8e0

Browse files
committed
Fix non-chunked data decoding issue #315
2 parents c4065da + 599ddee commit e01b8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The information (debug/error) can be obtained by the `AsyncClientClass` that ass
144144

145145
The authentications support by this library covers user, service account (admin) and no authentications.
146146

147-
There are authentication classes that store the sign-in and authentication credentials whuch can be used temporary as it will be duplicated to use later.
147+
There are authentication classes that store the sign-in and authentication credentials which can be used temporary as it will be duplicated to use later.
148148

149149
The authentication tokens are also supported e.g. custom (signed JWT token), ID and access tokens. The refresh token also supports. User can use third party app/services to create these auth token when sign-in and authentication credentials are sensitive and not allowed to store in the sketch.
150150

@@ -725,4 +725,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
725725

726726
`THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.`
727727

728-
*Last updated 2026-01-03 UTC.*
728+
*Last updated 2026-01-03 UTC.*

0 commit comments

Comments
 (0)