Skip to content

Commit f185f37

Browse files
committed
docs: enhance README with token introspection update and Cloudflare integration details
1 parent 756fa3d commit f185f37

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • exercises/03.auth-info/01.solution.introspect

exercises/03.auth-info/01.solution.introspect/README.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
<EpicVideo url="https://www.epicai.pro/workshops/mcp-auth-ddk2h/introspect-pjgp6/solution" />
44

55
👨‍💼 Super! You've successfully implemented token introspection, which transforms anonymous tokens into rich user context. Now our MCP server can identify who each user is and understand their permissions, enabling personalized experiences and proper access control.
6+
7+
<callout-success>
8+
Since the creation of this exercise, Cloudflare has added [Token
9+
introspection](https://github.com/cloudflare/workers-oauth-provider/pull/114)
10+
to their OAuth provider which makes that side of things a lot easier. But the
11+
principle on the resource server side of things is the same. You still need to
12+
make a request to the auth server to get information about the user of the
13+
token.
14+
</callout-success>

0 commit comments

Comments
 (0)