mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
'oauth' was using 'btoa', but it's not supported in IE8-9. We already had a base64 implementation in 'ejson', so I factored it out into its own package used by 'ejson' and 'oauth'.