accounts icon indicating copy to clipboard operation
accounts copied to clipboard

Fullstack authentication and accounts-management for Javascript.

Results 85 accounts issues
Sort by recently updated
recently updated
newest added

This PR doesn't simply port accounts-js to graphql-modules v1 but also updates every dep, including latest graphql-tools. That means I've basically rewritten some examples from scratch (like schema stitching). I...

After extending ``` extend input CreateUserInput { profile: CreateUserProfileInput company: CreateUserCompanyInput isSeller: Boolean } ``` db does not get the new fields.

bug

# Bug report ## Describe the bug Running `tsc` from `[email protected]` with default `skipLibCheck: false` on a project importing `@graphql/[email protected]` and `[email protected]` generates the following error: ``` node_modules/@accounts/graphql-api/node_modules/@graphql-tools/utils/Interfaces.d.ts:3:18 - error...

bug

# Bug report ## Describe the bug `AccountsServer` and `AccountsPassword` are generic classes allowing a `CustomUser` type variable to be passed, presumably to allow for typing extensions to the AccountsJS...

bug

# Bug report Today I started implementing the Oauth for Apple login and found a big bug ! ## To Reproduce The below code will success and return the first...

bug

# Bug report ## Describe the bug The [MongoServicePassword.createUser API documentation](https://www.accountsjs.com/docs/api/database-mongo-password/classes/mongoservicepassword/#createuser): 1. Lists `CreateUserServicePassword` as the type for each of that method's parameter properties but the API documentation does not...

bug

## Is your feature request related to a problem? Please describe. I have a api middleware guard which checks if a user is authenticated, i also have it setup o...

enhancement

This PR depends on https://github.com/accounts-js/accounts/pull/1189 This PR obsoletes https://github.com/accounts-js/accounts/pull/1003 I've ported my old MikroORM adapted from mikro-orm v3 to the almost-released v5 and from graphql-modules 0.x to v2. The biggest...

Upgrade typedoc for the documentation website. Everything is working when creating docs for 3 packages but getting a `JavaScript heap out of memory` error when generating for all the docs.