Skip to content

Commit

Permalink
updated version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Dec 27, 2013
1 parent 331ae2f commit 2772907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Administration:
Following configs are defined in */data/system.json*:

1. *emailTransport* defines email settings. *FormMailer* depends on [Nodemailer](https://github.com/andris9/Nodemailer). For supported email transports and corresponding settings, see [Nodemailer Readme](https://github.com/andris9/Nodemailer#possible-transport-methods). SMTP is the only transport tested.
2. *authenticationSchemes* defines authentication schemes for *FormMailer Service Administration* site. Supported authentication schemes are SSO (a.k.a reverse-proxy), form and basic. SSO can be chained to form or basic as fallback. In SSO authentication scheme, the HTTP header name containing authenticated user name is defined in property *userHeader*.
2. *authenticationSchemes* defines authentication schemes for *FormMailer Service Administration* site. Supported authentication schemes are SSO (a.k.a reverse-proxy), form and basic. SSO can be chained to form or basic authentication to use them as fallback, thus *authenticationSchemes* is an array. When using SSO, the HTTP header name containing authenticated user name is defined in property *userHeader*. Unlike form or basic authentication, SSO doesn't use application defined password. However, it requires *userHeader* value matching one of the registered user names for authorization.
3. *repository* defines data repository types. Supported *types* are *file* and *mongodb*. For *mongodb*, supply [connection string](http://docs.mongodb.org/manual/reference/connection-string/) in property *connection_string* and [connection options](http://mongoosejs.com/docs/connections.html#options) in *connection_options*.
For changes to take effect, restart Node.
For above changes to take effect, restart Node.

## Current Limitations
1. Clustering is not supported due to in-memory caching.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "form-mailer-service",
"description" : "FormMailer is a service application emailing forms posted by users from a registered web site",
"version" : "0.0.5",
"version" : "0.0.6",
"license" : "MIT",
"author" : {
"name" : "Fred"
Expand Down

0 comments on commit 2772907

Please sign in to comment.