From 2dc8464cf7f8bae7f3bcbbc3e71925343aa702cc Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Wed, 17 Dec 2014 20:30:53 -0800 Subject: [PATCH] Add History entry for OAuth1 query parameter change --- History.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 4e570e8c36..ddaa8a4be6 100644 --- a/History.md +++ b/History.md @@ -65,8 +65,8 @@ ### Meteor Accounts -* Make query parameter available to oauth1 services 6b8221d XXX emily will - describe this +* Allow integration with OAuth1 servers that require additional query + parameters to be passed with the access token. #2894 * Expire a user's password reset and login tokens in all circumstances when their password is changed.