This website requires JavaScript.
Explore
Help
Sign In
jandd
/
django-cats
Watch
1
Star
0
Fork
You've already forked django-cats
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3f4e005cf3
django-cats
/
.gitignore
7 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
Implement client certificate authentication - add a cats.authentication.ClientCertificateBackend authentication backend implementation that extracts the used fields from a client certificate - configure the AUTHENTICATION_BACKENDS setting to use the ClientCertificateBackend - add cryptography dependency to parse certificate data - add gunicorn as production dependency - add a development configuration for Gunicorn - document how to pass client certificate information via nginx reverse proxy - add a certificate_login view and a basic home_page view and add corresponding URL patterns - ignore PEM encoded files and temporary gunicorn files
2024-09-20 10:42:37 +00:00
*.pem
Ignore temporary and editor files
2024-09-17 15:39:15 +00:00
.*.swp
/.idea/
__pycache__/
Implement client certificate authentication - add a cats.authentication.ClientCertificateBackend authentication backend implementation that extracts the used fields from a client certificate - configure the AUTHENTICATION_BACKENDS setting to use the ClientCertificateBackend - add cryptography dependency to parse certificate data - add gunicorn as production dependency - add a development configuration for Gunicorn - document how to pass client certificate information via nginx reverse proxy - add a certificate_login view and a basic home_page view and add corresponding URL patterns - ignore PEM encoded files and temporary gunicorn files
2024-09-20 10:42:37 +00:00
gunicorn-dev.log
gunicorn-dev.pid
Reference in a new issue
Copy permalink