PHP library: Difference between revisions

From RavenWiki
Jump to navigationJump to search
(Add reluctant maintainer)
(Update for the move to GitHub)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{unsupported}}
The UcamWebauth PHP class provides an application agent for making authentication requests to the UcamWebauth server that can be called from PHP.
The UcamWebauth PHP class provides an application agent for making authentication requests to the UcamWebauth server that can be called from PHP.


This could be useful if you wanted to embed authentication logic within a PHP web application. If all you want to do is Raven-protect some PHP-processed pages you'd probably be better using container-managed security such as that provided by the [[Ucam-WebAuth-AA Perl module | Raven Apache modules]].
'''<span style="color: red">This module is not part of the Raven service and is not recommended or (officially) supported by UIS.</span>'''
 
This module is really alpha-quality software and in need of further development. However it could be a useful starting point for anyone wanting to user Raven and PHP.
 
* [http://raven.cam.ac.uk/project/php/files/ucam_webauth_php.txt Documentation]
* [http://raven.cam.ac.uk/project/php/files/ Distribution]


This module is distributed under the terms of the GNU Lesser General Public License and is currently minimally maintained by [http://www.lookup.cam.ac.uk/person/jw35 Jon Warbrick]
The code for this module is now maintained on GitHub at https://github.com/cambridgeuniversity/ucam-webauth-php. Please use the GitHub issue tracker to record problems and request enhancements. Pull requests containing bug fixes and enhancements are welcome -- UIS minimally-manages the repository and aims to merge all reasonable offerings.

Latest revision as of 10:00, 19 May 2017

The Raven-related software described on this page is NOT supported or maintained by University Information Services. It is provided here in the hope that it may be useful, but it may contain bugs and security vulnerabilities. It may be supported and maintained by others. You should evaluate whether it meets you particular needs before using it.

The UcamWebauth PHP class provides an application agent for making authentication requests to the UcamWebauth server that can be called from PHP.

This module is not part of the Raven service and is not recommended or (officially) supported by UIS.

The code for this module is now maintained on GitHub at https://github.com/cambridgeuniversity/ucam-webauth-php. Please use the GitHub issue tracker to record problems and request enhancements. Pull requests containing bug fixes and enhancements are welcome -- UIS minimally-manages the repository and aims to merge all reasonable offerings.