You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hotfix: OAuth token caching by user identity instead of by MCPApp session ID (#570)
* Fix workflow resume issue
* temp wip
* Fix workflow resume issue
* temp wip
* add audience validation
* add comfigured token support; add workflow_pre_auth; oauth example against github
* working oauth example with workflow_pre_auth
* fixes to oauth discovery; add dynamic oath example
* full e2e workflow
* improve how we're dealing with no oauth user
* all tests passing
* reformat
* rework oauth flow
* Update readme
* Fix user conflation on temporal; start of moving cache to app side
* cache tokens requested from temporal flow in app
* Implement local loopback OAuth callback server for MCPApp client-only runs
* Tests and more fixes for loopback, including browser launch
* various fixes
* additional fixes suggested by cursor
* merge and format
* Various updates to get the "interactive_tool" example working
* All examples working
* Regenerate schema and add docstrings
* Remove TESTING_GUIDE.md
* Fixes to make sure oauth identities are properly isolated across multiple users
* remove
* update org name
---------
Co-authored-by: Roman van der Krogt <[email protected]>
0 commit comments