[R9] Complete java doc
This commit is contained in:
parent
102ad0311a
commit
82f0c58d5e
@ -23,7 +23,7 @@ public class CreateJWTUseCase {
|
|||||||
@Value("${api.security.token.secret}")
|
@Value("${api.security.token.secret}")
|
||||||
private String secret;
|
private String secret;
|
||||||
|
|
||||||
/**
|
/** Creates a json web token
|
||||||
*
|
*
|
||||||
* @param user The authenticated user
|
* @param user The authenticated user
|
||||||
* @return A string containing the json web token signed with Algorithm HMAC256
|
* @return A string containing the json web token signed with Algorithm HMAC256
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user