-
Notifications
You must be signed in to change notification settings - Fork 2k
Add JWT audience validation and RFC 8707 warnings to auth providers #3204
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
Changes from all commits
a91493f
78deb13
422585e
c004327
ed04431
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,6 +70,7 @@ dmypy.json | |
| /PLAN.md | ||
| /TODO.md | ||
| /STATUS.md | ||
| plans/ | ||
|
|
||
| # Common FastMCP test files | ||
| /test.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,8 +15,7 @@ | |
| from fastmcp.server.auth.providers.workos import AuthKitProvider | ||
|
|
||
| auth = AuthKitProvider( | ||
| authkit_domain=os.getenv("FASTMCP_SERVER_AUTH_AUTHKITPROVIDER_AUTHKIT_DOMAIN") | ||
| or "", | ||
| authkit_domain=os.getenv("AUTHKIT_DOMAIN") or "", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The server example now reads Useful? React with 👍 / 👎. |
||
| base_url="http://localhost:8000", | ||
| ) | ||
|
|
||
|
|
||
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.
Manual edit to auto-generated file will be overwritten
docs/python-sdk/**is updated automatically by a bot. This anchor correction will be overwritten on the next bot commit. The fix should emerge naturally from the source code change, not be patched here manually.As per coding guidelines, "Do not manually modify
docs/python-sdk/**- a bot automatically updates these files via commits added to PRs."