feat: authsession service

This commit is contained in:
Ilia Denisov
2026-04-08 16:23:07 +02:00
committed by GitHub
parent 28f04916af
commit 86a68ed9d0
174 changed files with 31732 additions and 112 deletions
@@ -0,0 +1,11 @@
package shared
const (
// MaxCompareAndSwapRetries bounds application-level retry loops around
// compare-and-swap challenge updates.
MaxCompareAndSwapRetries = 3
// MaxProjectionPublishAttempts bounds synchronous request-path retries
// around gateway session projection publication.
MaxProjectionPublishAttempts = 3
)