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

Hi, This is an awesome library. Thank to you all. I was trying to add phone authentication on my current setup, for now i just created an custom resolver that...

enhancement

I'm not sure if this has been addressed yet, but one thing that would be great is supporting login from email, Facebook, Google, etc. to the same account. This has...

enhancement
help wanted
question
low hanging fruit

Hi, I'm the maintainer of the [Angular-Meteor tutorial](https://angular-meteor.com/tutorials/whatsapp2/ionic/setup). Me and @Urigo are in the process of writing the new version of the tutorial. We would like to get rid of...

![image](https://user-images.githubusercontent.com/251288/42850834-91b0f8c2-89f7-11e8-873d-5718a007654b.png) Perhaps when a verification token is successfully used, if all remaining tokens are for that email, we can delete `services.email`?

enhancement
help wanted
low hanging fruit

# Bug report Accounts apollo client doesn't remove client-side token on logout error keeping it in an invalid state. ## Describe the bug In our dev environment we periodically prune...

bug

Hi, I have extended the `User` entity as described [here](https://www.npmjs.com/package/@accounts/typeorm): import { Entity, Column } from "typeorm"; import { User as AccountsUser } from "@accounts/typeorm"; @Entity() export class User extends...

question

The validateNewUser function (option) is currently called after the libary itself has already checked if the user exists or not. My use case is special but I have the following...

discussion

Based on the current README, I might decide only to use accountsjs if I want to talk over a websocket. What does accountsjs do for me that passport doesn't? What...

enhancement
help wanted
discussion

Nest is great and is widely used among the TS community with their GraphQL module.

enhancement
help wanted

Building the context of the module is essential for authentication because this is where we set up the authentication key, the current logged in user etc and without that, userId,...

bug
help wanted