- Replaces usage of
Meteor.user()
in the server byMeteor.users.findOne
as it's expected to have usages outside of methods and publications.
- Provides existing user id as String in the
details
field of the user when throwing error about existent user.
- Fixes for web3 login to keep up with change in
freedombase:web3-login
- Added
freedombase:web3-login
- Slight code re-format for better readability
- Make hooks stoppable
- Fix commit script
- Added Apple provider for
quave:accounts-apple
orbigowl:accounts-apple
package
- Upgrade eslint-parser
- Fix wrong uppercase in the word
linkedIn
forpauli:linkedin-oauth
- Updated dependencies
- Compatibility update for Meteor 2.3
- Fix bugs in MS Office connector
- Fix a detection bug in MS Office connector
- Added extra check on linking accounts and made connection errors provide a bit more information
- Updated development dependencies
- Add support for MS Office 365 logins via
lindoelio:accounts-office365
andermlab:accounts-office365
- Fix Meteor Developer Accounts link
- Updated example to Meteor 1.10.2
- Bumped minimum required version of Meteor to 1.4.3
- Add missing imports
- Fix code to adhere to StandardJS
- Add hooks (
Accounts.onLink
,Accounts.beforeLink
,Accounts.onUnlink
)
- Fix error in Discord connector
- Format changelog
- Added GitHub settings & legal stuff
jonperl:linkedin
has been deprecated in favor ofpauli:linkedin-oauth
in order to keep up with changes in LinkedIn API. You will see a depracetion warning in your app for this. The old package will work, but will be removed in future releases.
- Fix unlinked accounts method
- Fix missing imports
- Fix minimum required Meteor version to v 1.3
- Modernize package to use with
ecmascript
package - Drop
underscore
- LINE support
- unlink accounts
- linkedin support