Skip to content

Github Extension #6

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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ PLASMO_PUBLIC_MANTIS_API=https://mantiscluster.csail.mit.edu

PLASMO_PUBLIC_SDK=https://mantiscluster.csail.mit.edu/extproxy
PLASMO_PUBLIC_GOOGLE_API_KEY=AIzaSyBARjISGhJb6W6njSXUv79hAevE7fQ0RuY
PLASMO_PUBLIC_GMAIL_GOOGLE_KEY=441686323709-vvnd0nr3089o8198dknhem7hvmvv0noe.apps.googleusercontent.com
PLASMO_PUBLIC_GITHUB_REDIRECT_URI = http://localhost:3000/oauth/callback
PLASMO_PUBLIC_GMAIL_GOOGLE_KEY=441686323709-vvnd0nr3089o8198dknhem7hvmvv0noe.apps.googleusercontent.com
PLASMO_PUBLIC_GITHUB_AUTH=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Storing the GitHub authentication token directly in the .env file is not secure, especially for a client-side application. This exposes the token to potential vulnerabilities. Consider using a more secure method for handling authentication, such as OAuth flow or storing the token securely on the server-side.

#PLASMO_PUBLIC_GITHUB_AUTH=  # Consider using a more secure method for handling authentication, such as OAuth flow

PLASMO_PUBLIC_OPENAI_API_KEY=
Empty file added assets/Google__G__logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading