Skip to content

Commit

Permalink
Real version bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed May 3, 2011
1 parent a6f30d8 commit fb81710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -363,6 +363,7 @@ everyauth.password.configurable();
```

### Password Recipe 1: Extra registration data besides login + password

Sometimes your registration will ask for more information from the user besides the login and password.

For this particular scenario, you can configure the optional step, `extractExtraRegistrationParams`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "everyauth",
"description": "Auth solution (password, facebook, & more) for your node.js Connect & Express apps",
"version": "0.1.7",
"version": "0.2.0",
"homepage": "https://github.com/bnoguchi/everyauth/",
"repository": {
"type": "git",
Expand Down

0 comments on commit fb81710

Please sign in to comment.