-
When testing an upgrade, I noticed that the types for meteor/mongo are no longer present in the .meteor/local/types/packages.d.ts that zodern:types (the prescribed type fetcher) builds.
With 3.1-be…
-
This repo is awesome, just wondering if using rethinkdb can Meteor accounts packages be used, if so then how can that be done?
Thanks mate.
-
Meteor 3.0.1
## Accounts.registerLoginHandler
```typescript
function registerLoginHandler(
handler: (options: any) => undefined | LoginMethodResult
): void;
function registerLoginHan…
-
server.js
```js
import { UsersDB } from '../../api/collections/users/server/users'
Meteor.startup(() => {
Accounts.config({
loginExpirationInDays: process.env.LOGIN_EXPIRATION_IN_DAYS || …
-
Could Differential please officially (re)publish this package? `meteor search accounts-entry` only returns 1 match by user joshowens (edit: I just learned he works at Differential), whose package seem…
-
**Describe the bug**
I am not sure if this is a faulty behavior or intended.
I installed the package along with `accounts-password` and meteor `vue`. I followed the docs but as soon as I called …
-
It feels kind of weird that `Accounts.createUser` and `Meteor.loginWithPassword` have different signatures. I propose that `Meteor.loginWithPassword` is updated so that you can do this:
```js
Mete…
-
I don't think this is necessarily related to this repository but maybe its related to the meteor-client-bundler. I'm getting an error about accounts-base:
Cannot find module 'meteor/accounts-base'
…
-
Here's a gist of the code:
https://gist.github.com/faceyspacey/9cdaee9b041fbe55868ad686a13ef3a4
@spencercarli you're code (e.g that you're using for Facebook auth) is using Meteor 1.3+ code with imp…
-
Would be great if this worked in non-browser environments such as React Native. But unfortunately, it has a client side that must use the `Meteor` export, which is not available in React Native projec…