Skip to content

Commit b5a6932

Browse files
committed
Update README
1 parent d221554 commit b5a6932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Authentication
1616
==============
1717
Built-in authentication support was removed in ddp 0.7.0 due to changes in Meteor version 0.8.2.
1818

19-
One can authenticate using plain-text logins as follows:
19+
DDP Authentication is now implemented by [vsivsi/ddp-login](https://github.com/vsivsi/ddp-login).
20+
21+
A quick and dirty (but insecure) alternative is to use plain-text logins via a method call:
2022

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

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

3636
Example
3737
=======

0 commit comments

Comments
 (0)