Merge pull request #56 from KirillovDenis/doc_bearer_cookie

[#53] Fixed bearer cookie key in README.md
This commit is contained in:
Roman Khimov 2021-06-03 17:54:46 +03:00 committed by GitHub
commit 711fbab1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,7 +355,7 @@ NeoFS Bearer Token basically is a container owner-signed ACL data (refer to NeoF
documentation for more details). There are two options to pass them to gateway:
* "Authorization" header with "Bearer" type and base64-encoded token in
credentials field
* "__context_bearer_token_key" cookie with base64-encoded token contents
* "Bearer" cookie with base64-encoded token contents
For example you have a mobile application frontend with a backend part storing
data in NeoFS. When user authorizes in mobile app, the backend issues a NeoFS