dump-things-service-mirror/dump_things_service/auth
Christian Mönch 7ad500f54d cache more forgejo-authentication source queries
The code now caches the following operations for the
indicated duration:

- perform token authentication: 60 seconds
- get team-membership of user: 120 seconds
- get user information, i.e. user-id: 120 seconds
- get organization information: 300 seconds
- get organization-membership of team: 300 seconds
- get repo-membership of team: 300 seconds
2025-11-26 16:30:54 +01:00
..
__init__.py add forgejo- and config-authentication sources 2025-09-16 17:34:48 +02:00
config.py fix hashed token handling 2025-09-19 12:28:58 +02:00
forgejo.py cache more forgejo-authentication source queries 2025-11-26 16:30:54 +01:00