This commit is contained in:
andrea.terzani
2025-04-18 10:10:11 +02:00

View File

@@ -61,7 +61,6 @@ public class JwtService {
//.signWith(SignatureAlgorithm.HS512, SECRET)
.compact();
}
public String generateInternalTokenFromUsername(Authentication authentication) {