jumpserver/apps/authentication/migrations
fit2bot 72b215ed03
feat: 支持 passkey 登录 (#11519)
* perf: 基本完成功能

* perf: 优化 passkey

* perf: 优化 passkey

* perf: 完成 passkey

---------

Co-authored-by: ibuler <ibuler@qq.com>
2023-09-11 18:15:03 +08:00
..
0001_initial.py
0002_auto_20190729_1423.py
0003_loginconfirmsetting.py
0004_ssotoken.py
0005_delete_loginconfirmsetting.py
0006_auto_20211227_1059.py
0007_connectiontoken.py perf: 修改支持 tidb 2023-06-28 15:01:25 +08:00
0008_superconnectiontoken.py
0009_auto_20220310_0616.py
0010_temptoken.py
0011_auto_20220705_1940.py perf: 修改支持 tidb 2023-06-28 15:01:25 +08:00
0012_auto_20220816_1629.py
0013_connectiontoken_protocol.py
0014_auto_20221122_2152.py
0015_auto_20221205_1136.py
0016_auto_20221220_1956.py
0017_auto_20230105_1743.py
0018_alter_connectiontoken_input_secret.py
0019_connectiontoken_is_reusable.py
0020_connectiontoken_connect_options.py perf: 连接时支持连接参数 2023-06-05 17:27:44 +08:00
0021_auto_20230713_1459.py perf: 优化一些 rbac 权限位,着重 connection token 的 2023-07-13 19:57:26 +08:00
0022_passkey.py feat: 支持 passkey 登录 (#11519) 2023-09-11 18:15:03 +08:00
__init__.py