-
Notifications
You must be signed in to change notification settings - Fork 10
feat(forest mcp): add the authorize handler #1341
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
feat(forest mcp): add the authorize handler #1341
Conversation
1 new issue
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
|
Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff. Total Coverage: This PR will not change total coverage. 🛟 Help
|
8dc7ac7 to
341e1c7
Compare
341e1c7 to
5d80061
Compare
| const response = await fetch(`${this.forestServerUrl}/oauth/register/${clientId}`, { | ||
| method: 'GET', | ||
| headers: { | ||
| 'forest-secret-key': process.env.FOREST_ENV_SECRET, |
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.
authentication is not needed, this is a public endpoint
Definition of Done
CU-86c6ur5fq
General
Security