top | item 44235372 (no title) LeonidBugaev | 8 months ago It does not implement the Auth :)(mcp auth is terrible btw) discuss order hn newest seanobannon|8 months ago I couldn’t find any great examples of MCP auth, so made this demonstrate an oauth flow recently - https://github.com/OBannon37/chatgpt-deep-research-connector... WXLCKNO|8 months ago For my app I'm bypassing MCP auth and doing the regular oauth2 flow to connect users to external apps.Then I pass the stored oauth token directly to my (private) MCP servers alongside a bearer token.
seanobannon|8 months ago I couldn’t find any great examples of MCP auth, so made this demonstrate an oauth flow recently - https://github.com/OBannon37/chatgpt-deep-research-connector...
WXLCKNO|8 months ago For my app I'm bypassing MCP auth and doing the regular oauth2 flow to connect users to external apps.Then I pass the stored oauth token directly to my (private) MCP servers alongside a bearer token.
seanobannon|8 months ago
WXLCKNO|8 months ago
Then I pass the stored oauth token directly to my (private) MCP servers alongside a bearer token.