• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux djangohttpdigest Download

djangohttpdigest

November 11, 2009
Django web framework has added support for HTTP digest, allowing secure authentication for users. The new feature enables secure transmission of login credentials during requests, which boosts safety for web applications.
Version 0.2.0
License BSD License
Platform Linux
Supported Languages English
Homepage devel.almad.net
Developed by Lukas Linhart
If you're looking for a solid HTTP digest support plugin for Django 1.0, look no further than djangohttpdigest. This plugin stands out from other solutions that only authorize users, by functioning as a general view-protection backend that can also be used for RESTful WS APIs in a straightforward way.

The plugin facilitates simple view-protection using a decorator: from django.http import HttpResponse from djangohttpdigest.decorators import protect_digest @protect_digest(realm='simple', username='username', password='password') def simpleprotected(request): return HttpResponse('')

For users with access data already hashed and stored in Models, djangohttpdigest also provides a more realistic and secure option: from django.http import HttpResponse from djangohttpdigest.decorators import protect_digest_model class ModelWithRealmSet(models.Model): realm = models.CharField(max_length=30) username = models.CharField(max_length=30) secret = models.CharField(max_length=50) @protect_digest_model(realm='simple', model=ModelWithRealmSet, realm_field='realm', username_field='username', secret_field='secret' ) def modelprotected(request): return HttpResponse('')

Overall, djangohttpdigest is a reliable and effective tool for implementing HTTP digest support in Django 1.0. Its robust features and flexible implementation make it ideal for securing both user-facing views and RESTful APIs.
What's New

Version 0.2.0: N/A

Free Download 4.1K
332
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    154
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    89
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    80
  6. porm r2
    73
  7. Clewarecontrol 0.8
    72
  8. Java Games 1.0
    72
  9. Swiftfox 3.0b5pre-2
    71
  10. fuseftp 0.8
    71

Related Downloads

ZMsgServer
ZMsgServer is a Java-based LAN messaging software that enables peer-to-peer communication.
Evolution Exchange
Evolution Exchange is a software that functions as a connector between Ximian ...
IMAPFilter
IMAPFilter is a software tool created for filtering emails.
IconMgr
IconMgr is a desktop icon managing software that allows users to easily ...
Human 9.10 Compact
"Human" GTK+ theme now comes in a compact version. Ideal for those ...
WeiLiYu
WeiLiYu is an educational game designed to teach the Chinese language and ...
DerMixD
DerMixD is a software tool that functions as an audio mixing and ...
Test::Parser
Test::Parser is a software package comprising of numerous parsers meant for interpreting ...
0xFFFF
0xFFFF utility offers a free userspace handler for the NOLO bootloader and ...
PHP Advanced Graph and Chart Collection
Easily embed dynamic graphs and charts into PHP applications with PHP Advanced ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.