Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
algermissen committed Feb 14, 2014
1 parent da06e5f commit 688171a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.5
* Change dependency on latest ciron and hawkc libraries and associated API changes
* Fix 'Change 500 status to 400 on time value parsing error' #18
* Fix 'Log client etc. in log message on failed scope check' #17
* Fix 'Come up with a useful way to unit test and integration test this module' #15
* Fix 'Cast warning during build' #6
1.4
* Add Travis-CI NGINX-based tests

Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,12 @@ and token expiration time.
Status
======

nginx-dlg-auth is in pre-release state from the point of view of Hawk and iron support.
It could well be used without the specific token syntax by providing Hawk credentials
in another way.

There hasn't been any thorough testing
so far nor is there any production experience. However, this NGINX module will
be used in production shortly and then generate enough feedback to allow for
aiming at a public version 1.0.

The module has been used in a production environment for several months and version 1.5 fixes some
minor security issues.

Installation
============

Note: I am working on an RPM-install of NGINX including the module.

This NGINX module needs [ciron](https://github.com/algermissen/ciron)
and [hawkc](https://github.com/algermissen/hawkc). Build them separately
and adjust nginx-dlg-auth's config file to point to libciron.a and libhawkc.a.
Expand All @@ -55,6 +46,7 @@ You may also want to add the library file to $LINK_DEPS to make
sure nginx will correctly relink itself on make if library
changes."


NGINX Module Configuration
==========================

Expand Down

0 comments on commit 688171a

Please # to comment.