-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Revisit Session Management docs #12601
Revisit Session Management docs #12601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, @marcusdacoregio! I've left my feedback inline.
|
||
|
||
include::partial$servlet/architecture/security-context-explicit.adoc[] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this needs a flow chart that shows when each of these components is triggered on:
- an already-authenticated request
- an authentication request
The chart would include and then link to the sections relevant to each square in the chart.
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
Outdated
Show resolved
Hide resolved
Thanks, @jzheaux, I've addressed your suggestions and updated the PR. I also reverted this commit based on @rwinch feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such a huge improvement, @marcusdacoregio. Thanks for your efforts.
59962a8
to
ea9252c
Compare
Closes gh-12519