Skip to content
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

Add logs for users connections #160

Closed
Machin77 opened this issue May 18, 2020 · 4 comments
Closed

Add logs for users connections #160

Machin77 opened this issue May 18, 2020 · 4 comments
Labels
enhancement New feature or request released

Comments

@Machin77
Copy link

Hello,

I have several accounts to configure on komga I would like to have connection logs.
Is this possible in a future version?

Thx.
Machin.

@gotson gotson added the enhancement New feature or request label May 18, 2020
@Nargath
Copy link

Nargath commented Jun 8, 2020

And to expand on this a little bit, potentially seeing who is currently logged in as well?

@gotson
Copy link
Owner

gotson commented Jun 9, 2020

And to expand on this a little bit, potentially seeing who is currently logged in as well?

There is no concept of "being logged in", because the authentication is using Basic Auth, authentication is provided on each request, either via credentials, or via a session. Sessions can last for a long time, so looking at sessions to decide who's "logged in" will be inaccurate.

At best it could show who had activity in the last X hours.

@stale
Copy link

stale bot commented Mar 22, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 22, 2021
@stale stale bot closed this as completed Mar 29, 2021
@gotson gotson removed the stale label Jun 24, 2021
@gotson gotson reopened this Jun 24, 2021
@gotson gotson closed this as completed in de96e0d Jun 25, 2021
gotson added a commit that referenced this issue Jun 25, 2021
github-actions bot pushed a commit that referenced this issue Jun 25, 2021
# [0.102.0](v0.101.2...v0.102.0) (2021-06-25)

### Features

* **api:** store authentication activity ([de96e0d](de96e0d)), closes [#160](#160)
* **webui:** display authentication activity ([9d33602](9d33602)), closes [#160](#160)
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 0.102.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

3 participants