2c78ed106c8ebb42f65cae3e0ae78c3dda9125a2
Introduce a new static class `CookieNames` in the `DigitalData.Auth.Claims` namespace to centralize and standardize the construction of cookie names for envelope receiver tokens. - Added `GetEnvelopeReceiverCookieName` methods to generate cookie names with or without a default cookie name. - Updated `AuthController` to use the `CookieNames` helper for constructing cookie names, replacing direct concatenation logic. - Improved maintainability and consistency of cookie naming conventions across the application.
DigitalData.Auth
Description
Languages
C#
100%