-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
User session managment and audit #5312
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
Comments
@cezar97 label feature is for everything that gitea currently does not have :) but yes this is something that would be needed to fix your mentioned issue. And also to add option to logout all user sessions when he changes password for example |
So if this will also fix #8 ? |
@lunny no, this is just authorization audit log but this could be requirement for that |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I'd try to work on this during the weekend. @lafriks Do you have an idea of what the UI is supposed to look like? Just a regular table :) |
something like user list table in admin UI |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Should also store the user agent. I find it really helps users when you can tell them which browser the session was created from. Much more than providing their IP. |
All authorized user sessions should be stored in database.
Sessions table should contain data:
The text was updated successfully, but these errors were encountered: