diff options
author | Frederick Muriuki Muriithi | 2023-12-05 16:47:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-05 16:48:48 +0300 |
commit | d59c3c49b2fcb60550be68f241f2526895512e94 (patch) | |
tree | 0de23e15b8b9a66ab78d4fd394603f9ef54112dd /.guix | |
parent | d2ad3b1abffdeeb52e1b5f5a303a381aa3dd477c (diff) | |
download | gn-auth-d59c3c49b2fcb60550be68f241f2526895512e94.tar.gz |
Enable CORS to allow access from GN2 javascript
Diffstat (limited to '.guix')
-rw-r--r-- | .guix/modules/gn-auth.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index ec91df0..4a7a400 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -60,6 +60,7 @@ ("python-authlib" ,python-authlib) ("python-pymonad" ,python-pymonad) ("yoyo-migrations" ,yoyo-migrations) + ("python-flask-cors" ,python-flask-cors) ("python-mysqlclient" ,python-mysqlclient) ("python-argon2-cffi" ,python-argon2-cffi) ("python-email-validator" ,python-email-validator))) |