Merge branch 'dev' into refactor-1.9.3
This commit is contained in:
@@ -9,7 +9,7 @@ package me.zhyd.oauth.utils;
|
||||
public class AuthStateUtils {
|
||||
|
||||
/**
|
||||
* 生成随机state,采用{@see https://github.com/lets-mica/mica}的UUID工具
|
||||
* 生成随机state,采用https://github.com/lets-mica/mica的UUID工具
|
||||
*
|
||||
* @return 随机的state字符串
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.util.concurrent.ThreadLocalRandom;
|
||||
|
||||
/**
|
||||
* 高性能的创建UUID的工具类,{@see https://github.com/lets-mica/mica}
|
||||
* 高性能的创建UUID的工具类,https://github.com/lets-mica/mica
|
||||
*
|
||||
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
|
||||
* @since 1.9.3
|
||||
|
||||
Reference in New Issue
Block a user