Changes between Initial Version and Version 1 of ScriptAuthPlugin


Ignore:
Timestamp:
Jan 13, 2010, 3:40:14 PM (14 years ago)
Author:
Carsten
Comment:

New hack ScriptAuthPlugin, created by Carsten

Legend:

Unmodified
Added
Removed
Modified
  • ScriptAuthPlugin

    v1 v1  
     1= Script authentication for AccountManagerPlugin =
     2
     3== Description ==
     4
     5Similar to normal HTTP Authentication, this plugin uses explicit URL parameters for transferring the username and passwort to a web script that implements the check and returns the authentication result in the HTTP response code.
     6When possible, the users email address is transferred and set as well.
     7
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for ScriptAuthPlugin are
     12[report:9?COMPONENT=ScriptAuthPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=ScriptAuthPlugin&owner=Carsten new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:scriptauthplugin here].
     20
     21== Source ==
     22
     23You can check out ScriptAuthPlugin from [http://trac-hacks.org/svn/scriptauthplugin here] using Subversion, or [source:scriptauthplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27This plugin issues a HTTP GET request of the form
     28
     29    http://www.example.org/my_auth.php?u=username&p=password
     30
     31and evaluates the HTTP response code to learn whether the password was valid.
     32
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(scriptauthplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:Carsten] [[BR]]
     41'''Maintainer:''' [wiki:Carsten] [[BR]]
     42'''Contributors:'''