-
Notifications
You must be signed in to change notification settings - Fork 2
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
User: Auth logout #187984515 #35
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
7139998 | Triggered | Generic Password | c62ea67 | src/test/login.test.tsx | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
4153e96
to
764e691
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #35 +/- ##
==========================================
+ Coverage 74.09% 74.39% +0.29%
==========================================
Files 83 87 +4
Lines 2027 2121 +94
Branches 306 324 +18
==========================================
+ Hits 1502 1578 +76
- Misses 514 531 +17
- Partials 11 12 +1 ☔ View full report in Codecov by Sentry. |
764e691
to
f299ea1
Compare
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.
LGTM
f299ea1
to
12ee3c3
Compare
12ee3c3
to
804f3c8
Compare
804f3c8
to
e4ed710
Compare
e4ed710
to
c62ea67
Compare
Code Climate has analyzed commit c62ea67 and detected 0 issues on this pull request. View more on Code Climate. |
What does this PR do?
This PR Adds Logout feature in
eagle-ec-fe
Description of Task to be completed?
How should this be manually tested?
ft-user-logout-#187984515
.npm install
to install dependencies.npm run dev
to start the development serverhttp://localhost:5173/
What are the relevant pivotal tracker stories?
Delivers #187984515