JanssenProject / JanssenProject/jans
feat(jans-auth-server): stat - issued tokens per client_id per period
Open
@yuriyzz is already working on this.
Since Mar 12, 2026.
comp-jans-auth-server
enhancement
kind-feature
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
A Jans Admin may want to measure the number of user logins per client_id, or let's say `id_tokens` issued between given times. For example, `This month, client_id __ had 1M user authentications.`
We need a feature flag for this, because in a deployment where each mobile device has its own client_id, this may not be useful, and would waste disk and compute.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.