Closed fomalhautb closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
stack-backend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 11, 2024 10:17pm |
stack-dashboard | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 11, 2024 10:17pm |
stack-demo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 11, 2024 10:17pm |
stack-partial-prerendering | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 11, 2024 10:17pm |
We have finished reviewing your PR. We have determined it as doing the following: Here are the key points describing what this PR does:
Adds a new example project express-proxied-server
with:
.gitignore
filepackage.json
file with Express as a dependencyserver.js
file containing a simple Express serverCreates a new package stack-proxy
with:
main.ts
file implementing a proxy serverpackage.json
The Stack Auth Proxy:
Adds configuration files for ESLint, TypeScript, and Tailwind CSS
Implements Next.js API routes and pages for handling auth flows
Includes assets like example screenshots
This PR essentially introduces a new authentication proxy tool built on Stack Auth, along with an example server to demonstrate its usage. We have found no vulnerabilities.
We have finished reviewing your PR. We have determined it as doing the following: Here are the key points describing what this PR does:
Adds a new example project express-proxied-server
with:
.gitignore
filepackage.json
file with Express as a dependencyserver.js
file containing a simple Express serverCreates a new package stack-proxy
with:
main.ts
) implementing the proxy server logicThe stack-proxy
package includes:
Updates the root pnpm-lock.yaml
file with new dependencies related to the added packages
This PR essentially introduces a new authentication proxy tool along with an example server to demonstrate its usage. We have found no vulnerabilities.
We have finished reviewing your PR. We have determined it as doing the following: Here are the key points describing what this PR does:
Adds a new example project express-proxied-server
with:
.gitignore
filepackage.json
file with Express as a dependencyserver.js
file containing a simple Express serverCreates a new package stack-proxy
with:
main.ts
) implementing the proxy server logicThe stack-proxy
package includes:
Updates the pnpm-lock.yaml
file with new dependencies for the added packages
This PR essentially introduces a new authentication proxy tool along with an example server to demonstrate its usage. We have found no vulnerabilities.
We have finished reviewing your PR. We have determined it as doing the following: Here are the key points describing what this PR does:
Adds a new example project express-proxied-server
with:
.gitignore
filepackage.json
file with Express as a dependencyserver.js
file containing a simple Express serverCreates a new package stack-proxy
with:
main.ts
) implementing the proxy server logicThe stack-proxy
package includes:
Updates the pnpm-lock.yaml
file with new dependencies for both the example project and the stack-proxy
package
This PR essentially introduces a new authentication proxy tool along with an example of how it can be used with an Express server. We have found no vulnerabilities.
We have finished reviewing your PR. We have determined it as doing the following: Here are the key points describing what this PR does:
Adds a new example project express-proxied-server
with:
.gitignore
filepackage.json
file with dependencies and scriptsserver.js
file containing an Express server implementationCreates a new package stack-proxy
with:
README.md
explaining the Stack Auth Proxy functionalitymain.ts
file implementing the proxy server logicThe stack-proxy
package implements:
Updates to the root pnpm-lock.yaml
file, adding dependencies for the new packages
This PR essentially introduces a new authentication proxy tool and an example server to demonstrate its usage. We have found no vulnerabilities.
A Cross Site Scripting (XSS) vulnerability was detected, please view https://github.com/stack-auth/stack/pull/240 to fix the issue before merging.
A Cross Site Request Forgery (CSRF) vulnerability was detected, please view https://github.com/stack-auth/stack/pull/241 to fix the issue before merging.
A Insecure Configuration vulnerability was detected, please view https://github.com/stack-auth/stack/pull/244 to fix the issue before merging.
We have finished reviewing your PR. We have determined it as doing the following: Here are the key changes in this PR:
Adds a new stack-proxy
package with the following features:
Adds an example express-proxied-server
to demonstrate usage of the proxy
Updates various GitHub workflow files to include environment setup for the new stack-proxy
package
Removes the "Remove 2FA" option from the user actions in the dashboard
Minor updates to VSCode settings and some package dependencies
This PR primarily introduces a new authentication proxy tool to the Stack Auth project, along with supporting examples and configuration updates. We have found no vulnerabilities.