-
Notifications
You must be signed in to change notification settings - Fork 51
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
Logout and session management doc #3148
Conversation
added to example apps corrected diagrams wordsmithed verbiage
…auth-site into mooreds/add-logout-doc
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 work on this one, wowsers that was a LOT!
astro/src/content/docs/apis/jwt.mdx
Outdated
@@ -205,6 +205,8 @@ This API has been available since 1.8.0 | |||
|
|||
## Refresh a JWT | |||
|
|||
This can be used to extend a centrally managed session, when the refresh token is being used to model a session. [Learn more about using refresh tokens to model sessions](/docs/lifecycle/authenticate-users/logout-session-management). |
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.
Something in this statement seems off to me, does this still make sense to you?
This can be used to extend a centrally managed session, when the refresh token is being used to model a session. [Learn more about using refresh tokens to model sessions](/docs/lifecycle/authenticate-users/logout-session-management). | |
This can extend a centrally managed session when a refresh token is used to represent the session. [Learn more about using refresh tokens to model sessions](/docs/lifecycle/authenticate-users/logout-session-management). |
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.
Didn't accept your suggestion, but did tweak the language. Let me know if it works.
astro/src/content/docs/lifecycle/authenticate-users/logout-session-management.mdx
Show resolved
Hide resolved
astro/src/content/docs/lifecycle/authenticate-users/logout-session-management.mdx
Outdated
Show resolved
Hide resolved
Heya @alex-fusionauth , made some changes you suggested. Also would love your thoughts on the questions in the PR description. |
|
Thanks @alex-fusionauth . re first issue, I chatted with the eng team and I'm not going to document it. |
@mooreds if you want to pull in main we should be good. |
On my list for today. Thanks! |
…auth-site into mooreds/add-logout-doc
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.
LGTM!
Open questions:
[@helpers.hidden name="metaData.device.description" value="yourdatahere" /]
hack that puts values on the SSO refresh token?