We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221554 commit b5a6932Copy full SHA for b5a6932
README.markdown
@@ -16,7 +16,9 @@ Authentication
16
==============
17
Built-in authentication support was removed in ddp 0.7.0 due to changes in Meteor version 0.8.2.
18
19
-One can authenticate using plain-text logins as follows:
+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:
22
23
```js
24
// logging in with e-mail
@@ -30,8 +32,6 @@ ddpclient.call("login", [
30
32
], function (err, result) { ... });
31
33
```
34
-You can also use [vsivsi/ddp-login](https://github.com/vsivsi/ddp-login).
-
35
36
Example
37
=======
0 commit comments