-
Notifications
You must be signed in to change notification settings - Fork 41
Added Gargi Sarma's chat modules (ggserver, ggclient, chat_gg, auth_m… #150
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
base: main
Are you sure you want to change the base?
Conversation
…odule, streamlit_hub_app) under mental_health_hub
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
|
Hello team Gargi Sarma |
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.
Hi, please see my comments on your code regarding some clarification on how the secret key is working. Outside this, your code looks fine, there are no obvious security issues, it just needs to be adjusted slightly to pass the pull request checks.
| from logging_module import log_event # Import log_event function | ||
|
|
||
| # Secret key for signing JWTs | ||
| SECRET_KEY = "super-secret-key" |
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.
Just needing to check regarding this secret key here, this is simply just a placeholder and the actual key is stored elsewhere right? If that's the case this is fine :)
…odule, streamlit_hub_app) under mental_health_hub
Real-time Python chat system (ggserver, ggclient)tested locally; communication verified between client and server; ready for review## What are the changes?
Streamlit chat UI (chat_gg, streamlit_hub_app)
Authentication component (auth_module)
Who worked on the changes?
New Components/Features
Enhanced Components/Features
Other Changes/Fixes
Additional Notes
TODOs
Checklist
Screenshots or example output