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

So happy to see @accounts/magic-link implemented!!! But I think it seems to be required that you install it even if you're not using it? I just freshly installed accountsjs and...

bug

I would like to use `@auth` without having to make a trip to the db on each request. My expected behavior: `context.userId` would be populated by `jwtData` and the `@auth`...

bug

@larsivi now that the code is merged the website should have some documentation regarding how to use it :)

enhancement

We should have a guide helping you to migrate your meteor application to accounts-js. See https://github.com/accounts-js/accounts/issues/1112#issuecomment-778627896 for more info

enhancement

If using the createUser function on the frontend in order to create a user and when having included a profile (like in the official example), I'm wondering where this information...

help wanted
question

I want to add custom fields to the users collection and change the default _id from ObjectId to String . But The users getting created still have their _id as...

bug

https://github.com/accounts-js/accounts/blob/14ce077498ea8d89a26ff73ed051885409cb9200/packages/server/src/accounts-server.ts#L481 https://github.com/accounts-js/accounts/blob/14ce077498ea8d89a26ff73ed051885409cb9200/packages/server/src/accounts-server.ts#L514 Can you add an option to return only userId from JWT without go through database for user . ` public async resumeSession(accessToken: string, jwtOnly: Boolean): Promise { `

enhancement

* Updated the `getServices` method on the `User` entity to construct objects for the top level fields * Added special handling for `email.verificationTokens` and `password.reset` * Updated tests to match...

# Feature request ## Is your feature request related to a problem? Please describe. I'd really rather not use password auth and all the prospective users of my app will...

enhancement