Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
974d50d7cd
|
|
@ -95,6 +95,7 @@ public class LoginController implements LoginApi {
|
|||
}
|
||||
|
||||
String token = generateToken(cacheEntry.uuid);
|
||||
log.debug("Generated token for user {} with token {}", cacheEntry.uuid, token);
|
||||
|
||||
cache.remove(code);
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ UserLogin:
|
|||
'200':
|
||||
description: Logged in
|
||||
content:
|
||||
application/text:
|
||||
text/plain:
|
||||
schema:
|
||||
type: string
|
||||
description: A JWT token for this user
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user