Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vsivsi committed Apr 1, 2016
1 parent d221554 commit b5a6932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Authentication
==============
Built-in authentication support was removed in ddp 0.7.0 due to changes in Meteor version 0.8.2.

One can authenticate using plain-text logins as follows:
DDP Authentication is now implemented by [vsivsi/ddp-login](https://github.com/vsivsi/ddp-login).

A quick and dirty (but insecure) alternative is to use plain-text logins via a method call:

```js
// logging in with e-mail
Expand All @@ -30,8 +32,6 @@ ddpclient.call("login", [
], function (err, result) { ... });
```

You can also use [vsivsi/ddp-login](https://github.com/vsivsi/ddp-login).


Example
=======
Expand Down

0 comments on commit b5a6932

Please sign in to comment.