-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DX-1097] Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms #4324
Conversation
PR Description updated to latest commit (a2c7a3a) |
PR Review
Code feedback:✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
✅ PS. Pls add /docs/nightly to the end of url
To edit notification comments on pull requests, go to your Netlify site configuration. |
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Outdated
Show resolved
Hide resolved
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Outdated
Show resolved
Hide resolved
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Outdated
Show resolved
Hide resolved
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Outdated
Show resolved
Hide resolved
…-plugins-data-structures.md
…-plugins-data-structures.md error in link
…-plugins-data-structures.md
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Show resolved
Hide resolved
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
Outdated
Show resolved
Hide resolved
/release to release-5.3 |
/release to release-5.2 |
Working on it! Note that it can take a few minutes. |
1 similar comment
Working on it! Note that it can take a few minutes. |
…AuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]> (cherry picked from commit f46951d)
@dcs3spp Succesfully merged PR |
…AuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]> (cherry picked from commit f46951d)
/release to release-5.1 |
@dcs3spp Succesfully merged PR |
Working on it! Note that it can take a few minutes. |
…AuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]> (cherry picked from commit f46951d)
@dcs3spp Succesfully merged PR |
…ntation to include BasicAuthData and example hash algorithms (#4324) [DX-1097] Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]>
…ntation to include BasicAuthData and example hash algorithms (#4324) [DX-1097] Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]>
/release to release-5 |
Working on it! Note that it can take a few minutes. |
…AuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]> (cherry picked from commit f46951d)
…ntation to include BasicAuthData and example hash algorithms (#4324) [DX-1097] Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]>
@dcs3spp Succesfully merged PR |
…ation to include BasicAuthData and example hash algorithms (#4324) [DX-1097] Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms (#4324) * update basic_auth with hashed password and add BasicAuthData example --------- Co-authored-by: Simon Pears <[email protected]> Co-authored-by: Yaara <[email protected]>
User description
For internal users - Please add a Jira DX PR ticket to the subject!
DX-1097
Preview Link
preview
Description
Update SessionState protobuf documentation to include BasicAuthData and example hash algorithms
Screenshots (if appropriate)
Checklist
master
.Type
documentation
Description
BasicAuthData
within the SessionState protobuf, including fields and example hashing algorithms.basic_auth_data
contains a hashed password and the hashing method, enhancing the understanding of basic auth data handling.Changes walkthrough
rich-plugins-data-structures.md
Enhanced SessionState Protobuf Documentation with BasicAuthData
Details
tyk-docs/content/plugins/supported-languages/rich-plugins/rich-plugins-data-structures.md
BasicAuthData
in the SessionStateprotobuf documentation.
basic_auth_data
section to clarify it contains a hashedpassword and the hashing method used.