[R9] Complete java doc

This commit is contained in:
Mirna Gama 2024-01-11 21:23:06 -03:00 committed by Mirna Gama
parent 102ad0311a
commit 82f0c58d5e

View File

@ -23,7 +23,7 @@ public class CreateJWTUseCase {
@Value("${api.security.token.secret}")
private String secret;
/**
/** Creates a json web token
*
* @param user The authenticated user
* @return A string containing the json web token signed with Algorithm HMAC256