-
-
Notifications
You must be signed in to change notification settings - Fork 998
feat(frontend): Add authentication debug window #9120
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: master
Are you sure you want to change the base?
feat(frontend): Add authentication debug window #9120
Conversation
…feat(frontend)-add-authentication-debug-window
…feat(frontend)-add-authentication-debug-window
❌ Deploy Preview for inventree-web-pui-preview failed.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9120 +/- ##
==========================================
- Coverage 85.93% 84.62% -1.32%
==========================================
Files 1219 1209 -10
Lines 53369 53227 -142
Branches 2304 2572 +268
==========================================
- Hits 45864 45042 -822
- Misses 6922 7573 +651
- Partials 583 612 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…feat(frontend)-add-authentication-debug-window
@SchrodingersGat ready for review and merge |
|
|
…feat(frontend)-add-authentication-debug-window
…s://github.com/matmair/InvenTree into feat(frontend)-add-authentication-debug-window
…feat(frontend)-add-authentication-debug-window
…feat(frontend)-add-authentication-debug-window
…feat(frontend)-add-authentication-debug-window
@SchrodingersGat ready for review and merge |
I still think it would be generally useful to be able to see this in the "admin center" view (still only for superusers) to view all logged in session information. Much like the view we had in the old UI. All the API / data is already there, just needs to be formatted into a superuser-only table? |
Not sure; login sessions is something different than what it achieved here. |
…feat(frontend)-add-authentication-debug-window
Follow up to #6293


Adds a debug window that shows past authentications (only for superusers)
And here after a mandatory re-auth to change or view security-relevant information