From 2747dbc8ee70e8db96e8ff6a6e816c024ddc6150 Mon Sep 17 00:00:00 2001 From: Paolo Scanferla Date: Sun, 11 May 2014 22:30:25 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac368a..f665f6b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,10 @@ Nothing ###Asteroid.loginWith ... () +WARNING: Meteor 0.8.1 introduced a security policy that broke +this functionality. +[Work is undergoing to fix it](https://github.com/meteor/meteor/issues/2096). + Logs the user in via the specified third party (oauth) service. @@ -163,7 +167,7 @@ the error. ###Asteroid.login(username, password) -Not yet implemented +WARNING: Not yet implemented Logs the user in using the SRP protocol.