asgi-csrf 0.9-1 source package in Ubuntu

Changelog

asgi-csrf (0.9-1) unstable; urgency=medium

  * Initial release. (Closes: #1042561)

 -- Edward Betts <edward@4angle.com>  Sun, 30 Jul 2023 12:22:28 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asgi-csrf_0.9-1.dsc 2.3 KiB 75705237f8e969d8fd24a9305ce2db9da91d46a3d1eb035528baf400544a5b22
asgi-csrf_0.9.orig.tar.gz 11.6 KiB fa7f0e2304c66d0a4c1f946892ca1eef9724015362c8465155e3bd03db96f0ae
asgi-csrf_0.9-1.debian.tar.xz 2.4 KiB 97e41a1a02571add8a1625a888b8b897c5bd594bad6a729fc55ab3262b9f27a9

No changes file available.

Binary packages built by this source

python3-asgi-csrf: ASGI middleware for protecting against CSRF attacks

 The asgi-csrf package is a Python library that provides Cross-Site Request
 Forgery (CSRF) protection for ASGI (Asynchronous Server Gateway Interface)
 applications. It helps secure web applications from CSRF attacks by adding
 middleware that validates and protects against unauthorized requests.
 .
 Features:
 .
   - Adds CSRF protection to ASGI applications.
   - Supports popular ASGI frameworks like FastAPI and Starlette.
   - Integrates seamlessly into existing ASGI application pipelines.
   - Provides configurable settings for token generation and validation.
   - Allows for exclusion of specific routes or URLs from CSRF protection.
   - Ensures stateless and secure CSRF protection in asynchronous web
     environments.
 .
 CSRF attacks are a common security concern for web applications, and the
 asgi-csrf library aims to provide a straightforward solution for adding
 protection to ASGI-based applications, ensuring that users' interactions are
 safe and authenticated.