Commit graph

2 commits

Author SHA1 Message Date
3f4e005cf3 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 12:42:44 +02:00
045a3cd23a Add basic project files
- COPYING contains the GPL 3.0 license text
- README.md contains a short description of the project
- poetry.lock is the bill of material generated by poetry lock
- pyproject.toml describes the project for use with Poetry
2024-09-17 17:10:59 +02:00