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);
|
String token = generateToken(cacheEntry.uuid);
|
||||||
|
log.debug("Generated token for user {} with token {}", cacheEntry.uuid, token);
|
||||||
|
|
||||||
cache.remove(code);
|
cache.remove(code);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ UserLogin:
|
||||||
'200':
|
'200':
|
||||||
description: Logged in
|
description: Logged in
|
||||||
content:
|
content:
|
||||||
application/text:
|
text/plain:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
description: A JWT token for this user
|
description: A JWT token for this user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user