Skip to main content

Python implementation of the mod_auth_tkt handler and Perl scripts

Project description

AuthTkt
+++++++

.. contents ::

Summary
=======

Python implementation of the mod_auth_tkt Perl scripts

Author
======

`James Gardner <http://jimmyg.org>`_



Changes
=======

0.3.2
-----

2011-04-01
~~~~~~~~~~

* Changes from quite a while ago for better support with appdispatch

0.3.1
-----

2010-10-13
~~~~~~~~~~

* Upgraded to use 0.2.0 version of HTTPKit
* Supports the login tracking feature of the new UserManager

2010-09-06
~~~~~~~~~~

* Upgraded to work with appdispatch better
* Renamed ``bag.start()`` to ``bag.enter()`` as it should be now

0.3.0
-----

2010-09-01
~~~~~~~~~~

* Made AuthTkt look more like a PipeStack service

2010-03-02
~~~~~~~~~~

* Removed the old extension modules and instead added a simpler app

0.2.1
-----

2009-12-24
~~~~~~~~~~

* BuildKit support

0.2.0
-----

2009-11-18
~~~~~~~~~~

* Got the core functionality working, not worrying about the rest yet.
* Refactored directly for Flows support

0.1.0
-----

* Added a new module for running the code as a service
* Fixed debug option to display correctly
* Added a signed_in_page option to which is the HTML to display when someone is signed in
* Added a render_signin_page option which is a function to be customised to change the sign in template
* Added a signed_out_page option which is the HTML to display after someone is signed out
* First version

License
=======
Portions (if not the entirety) Copyright (c) 2008 James Gardner

This software was written from scratch, line by line by James Gardner. It is
designed to replace the Perl modules and CGI scripts distributed with
mod_auth_tkt.

Just to save any complications this software is currently licensed under the
same license as mod_auth_tkt which can be found below but if I have time I
might investigate a more standard Open Source license instead.

/* ====================================================================
* Portions Copyright (c) 2001-2006 Open Fusion Pty Ltd (Australia).
* All rights reserved.
* Portions Copyright (c) 2000 Liquid Digital Information Systems, Inc.
* All rights reserved.
*
* Portions of this software were written for Open Fusion Pty. Ltd.
* by Gavin Carr and are hereby contributed to the Apache Software
* Foundation for distribution under the Apache license, as follows.
*
* Portions of this software were written for Liquid Digital Information
* Systems, Inc. by Raimondas Kiveris and are hereby contributed to the
* Apache Software Foundation for distribution under the Apache license,
* as follows.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the Apache Group
* for use in the Apache HTTP server project (http://www.apache.org/)."
*
* 4. The names "Apache Server" and "Apache Group" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache"
* nor may "Apache" appear in their names without prior written
* permission of the Apache Group.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the Apache Group
* for use in the Apache HTTP server project (http://www.apache.org/)."
*
* THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Group and was originally based
* on public domain software written at the National Center for
* Supercomputing Applications, University of Illinois, Urbana-Champaign.
* For more information on the Apache Group and the Apache HTTP server
* project, please see <http://www.apache.org/>.
*
*/


It also uses an AuthTkt class which I think might have originally been
under this license:

#
# Copyright (c) 2005 Imaginary Landscape LLC and Contributors.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Download
========

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AuthTkt-0.3.2.tar.gz (30.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page