We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f7e4 commit c9a7156Copy full SHA for c9a7156
src/config/plugin/tinywan/jwt/app.php
@@ -3,7 +3,7 @@
3
return [
4
'enable' => true,
5
'jwt' => [
6
- /** 算法类型 HS256、HS384、HS512、RS256、RS384、RS512、ES256、ES384、Ed25519 */
+ /** 算法类型 HS256、HS384、HS512、RS256、RS384、RS512、ES256、ES384、ES512、PS256、PS384、PS512 */
7
'algorithms' => 'HS256',
8
9
/** access令牌秘钥 */
0 commit comments