mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-10 03:07:33 +08:00
@@ -58,6 +58,7 @@ public class RedisAuthorizationCodeServices extends RandomValueAuthorizationCode
|
||||
RedisConnection conn=connectionFactory.getConnection();
|
||||
OAuth2Authentication auth = conn.getObject(PREFIX+code);
|
||||
conn.delete(PREFIX+code);
|
||||
conn.close();
|
||||
return auth;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user