Implemented security module tests

This commit is contained in:
2024-11-24 17:18:35 +01:00
parent fca6ef4fa6
commit 14c82f4f06
7 changed files with 290 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ public class HopFrameAuthentication(
UrlEncoder encoder,
ISystemClock clock,
ITokenRepository tokens,
IUserRepository users,
IPermissionRepository perms)
: AuthenticationHandler<AuthenticationSchemeOptions>(options, logger, encoder, clock) {