mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-02 02:33:26 +02:00
Provide a AccessTokenBuilderFactory to simplify the creation of access tokens and a default implementation which is based on JWT. Added also an AccessTokenCookieIssuer to unify the creation of access token cookies. Removed old BearerTokenGenerator.