SIGN IN SIGN UP

Add refresh token service support for union-type returning endpoints (#1132)

* support refresh tokens in union-type endpoints

CreateTokenWith<TService, TTokenResponse> decouples the token response type
from the endpoint's TResponse, so endpoints returning a union-type result
(e.g. Results<Ok<TokenResponse>, UnauthorizedHttpResult>) can mint tokens.
The existing single-generic overload now delegates to it. Resolves #597.

* add xml comments

* change editorconfig and gitattributes

---------

Co-authored-by: Dĵ ΝιΓΞΗΛψΚ <dj-nitehawk@users.noreply.github.com>
Co-authored-by: Dĵ ΝιΓΞΗΛψΚ <djnitehawk83@gmail.com>
E
Eelco Los committed
f55363dad495f7588dd9b83324c6ed540606320a
Parent: fed0ede
Committed by GitHub <noreply@github.com> on 6/30/2026, 4:39:05 AM