feat(oauth): refactor encryption

This commit is contained in:
Harry
2025-07-04 15:55:23 +08:00
parent 9f053f3bbc
commit eaefa1b7e6
8 changed files with 142 additions and 144 deletions

View File

@ -1,5 +1,5 @@
from core.plugin.entities.request import RequestInvokeEncrypt
from core.tools.utils.configuration import create_generic_encrypter
from core.tools.utils.encryption import create_generic_encrypter
from models.account import Tenant