-
Notifications
You must be signed in to change notification settings - Fork 8.2k
docs: symmetric and asymmetric JWT #11159
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
base: docs-1.8-release
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
aimurphy
left a comment
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.
approved but please see my comments
| When an access token expires, the client can use the refresh token to get a new access token from the `/api/v1/refresh` endpoint. | ||
| This maintains the user's session without prompting for credentials again. | ||
|
|
||
| ## See also |
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.
we should also link to the main Auth page, and link to this page from the relevant places on the main auth page.
|
|
||
| Configure JWT authentication in Langflow using the following environment variables. | ||
|
|
||
| | Variable | Description | Default | Required | |
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.
none are required so I think you could omit the last column?
|
|
||
| Langflow supports multiple signing algorithms and both symmetric (HS256) and asymmetric (RS256, RS512) JWTs. | ||
|
|
||
| Which method you choose depends upon your deployment's requirements. |
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.
please use subheadings for the various methods so it's easier to browse them
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
|
Build successful! ✅ |
Clarify enabling and configuring JWT tokens for auth in Langflow, including the new asymmetric options added in #10755