-
Meteor developer accounts allow logging in with email/password or with github. When using github there is no error but the user is not logged in. This can be seen on any website that uses Meteor devel…
-
## Issue
The issue occurs when using `@accounts/graphql-api` inside of a meteor package. If we'd create the same logic but inside an app, it'd work.
```js
const resolver = {
User: {
foo…
-
Hi,
I can see that createUser and loginWithPassword passing options to meteor accounts using a defined options parameter
```
var options = {
password: password,
user: {
u…
lokat updated
6 years ago
-
I`ve updated npm exctl by instruction in read me but it didn`nt help me. Rebuild time is still ~40-90s
Meteor version is 1.3.4-rc.1
`meteor-base # Packages every Meteor app needs to have
…
-
https://www.meteor.com/tutorials/react/adding-user-accounts
### Do it 8 전체 진행 단계
1. 프로젝트에 패키지 추가
2. 로그인 창 화면에 띄우기
3. 로그인한 사용자 정보를 Tasks 필드에 추가하기
4. Tasks 필드 정보를 화면에 찍어보기
5. 로그인한 사용자 정보기준 조건 추가하기
-…
dkmin updated
8 years ago
-
Hello,
Thanks got the great package.
I used the package in my development machine and everything worked fine.
But when i deployed it to heroku, the deployment process was successful but the app shows…
-
When running a query with filters, the result of the query includes the fields in the filters, even if I don't include them in the body of the query. This issue has probably already been raised elsewh…
-
This is my first time trying to work on a meteor package, I'm having troubles testing my work...
I've cloned the repo & made some changes. The meteor docs say to just put the package folder in `pack…
-
### Information
- I split my project into multiple packages like [Fraction](https://github.com/fraction/news)
- I created a package named `app-accounts` that handles `AccountsEntry` setup
- I added `a…
-
Accounts.ui.config({
passwordSignupFields: "USERNAME_ONLY"
});
This is the way most people following the meteor todo tutorial will have their accounts set up.
This means that the user collecti…