Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use current Accounts token location in auth endpoints
- Update the default auth endpoints to store and remove tokens from the location expected by the Meteor Accounts package - The `accounts-base` package now stores hashed tokens in `services.resume.loginTokens.hashedToken`, instead of storing a `services.resume.loginTokens.token` unhashed. - Resolve kahmali#79
- Loading branch information