Skip to content
Snippets Groups Projects
Commit 00907c0d authored by kaiyou's avatar kaiyou
Browse files

Add argon2 support for claims

parent 2648457e
No related branches found
No related tags found
1 merge request!20Add 'remember me' button
Pipeline #762 passed
alembic==1.3.0 alembic==1.3.0
argon2-cffi==19.2.0
Authlib==0.13 Authlib==0.13
Babel==2.7.0 Babel==2.7.0
bcrypt==3.1.7 bcrypt==3.1.7
...@@ -33,6 +34,7 @@ Mako==1.1.0 ...@@ -33,6 +34,7 @@ Mako==1.1.0
MarkupSafe==1.1.1 MarkupSafe==1.1.1
mysqlclient==1.4.6 mysqlclient==1.4.6
passlib==1.7.2 passlib==1.7.2
Pillow==7.0.0
pkgconfig==1.5.1 pkgconfig==1.5.1
psycopg2==2.8.4 psycopg2==2.8.4
pycparser==2.19 pycparser==2.19
...@@ -52,4 +54,3 @@ Werkzeug==0.16.0 ...@@ -52,4 +54,3 @@ Werkzeug==0.16.0
WTForms==2.2.1 WTForms==2.2.1
WTForms-Components==0.10.4 WTForms-Components==0.10.4
xmlsec==1.3.3 xmlsec==1.3.3
Pillow==6.2.1
\ No newline at end of file
...@@ -20,3 +20,4 @@ authlib ...@@ -20,3 +20,4 @@ authlib
mysqlclient mysqlclient
psycopg2 psycopg2
jwcrypto jwcrypto
argon2_cffi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment