1
This commit is contained in:
3
_docs/sql/biz_api_token_secret_cipher.sql
Normal file
3
_docs/sql/biz_api_token_secret_cipher.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 管理端可解密查看 Token 明文(AES-GCM 密文),执行一次即可
|
||||
ALTER TABLE biz_api_token
|
||||
ADD COLUMN secret_cipher TEXT NULL COMMENT 'Token明文' AFTER token_hash;
|
||||
Reference in New Issue
Block a user