dump-things-server/dump_things_service/auth
Christian Monch 7517310e3b
Some checks failed
Test execution / Test-all (push) Failing after 54s
add instance IDs for forgejo auth sources
Extend the Forgejo authentication sources to hold
instance IDs that uniquely identify a forgejo
instance. These instance IDs are used to generate
non-matching `incoming_labels` even if the user
names on different forgejo-instances are identical.

By default the disambiguation is done with an md5
hash of the forgejo authentication source URL.
The configuration allows to override this with a
custom string to keep `incoming_labels` readable.
2026-02-19 23:06: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 add instance IDs for forgejo auth sources 2026-02-19 23:06:54 +01:00