asgi-csrf 0.9-2 source package in Ubuntu

Changelog

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

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Sun, 20 Aug 2023 13:12:27 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asgi-csrf_0.9-2.dsc 2.3 KiB fdebc07bcd6be1428a7539bf4dd9c251d940aa74c81df97ce75a7dca28ad5f61
asgi-csrf_0.9.orig.tar.gz 11.6 KiB fa7f0e2304c66d0a4c1f946892ca1eef9724015362c8465155e3bd03db96f0ae
asgi-csrf_0.9-2.debian.tar.xz 2.4 KiB 14a25c99717030da7224279656b902483111fa3209e17dd5fd2969802f97040f

Available diffs

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.