Skip to content

Commit c9a7156

Browse files
committed
feat: 修正注释,仅提示已支持的算法
1 parent 2f8f7e4 commit c9a7156

File tree

1 file changed

+1
-1
lines changed
  • src/config/plugin/tinywan/jwt

1 file changed

+1
-1
lines changed

src/config/plugin/tinywan/jwt/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'enable' => true,
55
'jwt' => [
6-
/** 算法类型 HS256、HS384、HS512、RS256、RS384、RS512、ES256、ES384、Ed25519 */
6+
/** 算法类型 HS256、HS384、HS512、RS256、RS384、RS512、ES256、ES384、ES512、PS256、PS384、PS512 */
77
'algorithms' => 'HS256',
88

99
/** access令牌秘钥 */

0 commit comments

Comments
 (0)