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

I seen that you were trying to keep compatibility with old mongodb driver versions but it looks that the mongodb dependency is locked to the latest version. I think it...

help wanted
low hanging fruit

In the `e2e` package, test standing up `@accounts/boost` as a monolithic service and as a micro service.

enhancement
help wanted

I'm wondering whether it would help reduce the necessity of maintaining / adding accounts-js database adapters like `@accounts/mongo` if we used an abstraction library like http://fortune.js.org/

enhancement

I think this type of error should not be classified as an internal server error: ![image](https://user-images.githubusercontent.com/251288/43051912-f40d3fb8-8ded-11e8-8ae6-ebb3c0e70e4f.png) It should have `code: "UNAUTHENTICATED"`, which you get by `throw new AuthenticationError()`. There's also...

enhancement
low hanging fruit

For the client is there a plan to have something similar to the meteor `useraccounts` packages where there's a different client package for each ui framework. eg. Bootstrap: https://github.com/meteor-useraccounts/bootstrap Material...

discussion

As you can see, I have been doing some work on the repo - [x] Add `@accounts/rest-express` and `@accounts/rest-client` to the mono repo - [x] Add `@accounts/mongo` to the mono...

enhancement

In order to achieve this goal, I will have no other choice than make a big PR over those packages : `@accounts/server` `@accounts/rest-express` `@accounts/password` `@accounts/oauth` I would be pleased to...

discussion

Create an audit system that uses a given "Logger" interface to report regular logins and more importantly login and auth errors. We would like to support a way to extend...

enhancement
help wanted

Article: [Never Use Passwords Again with Ethereum and Metamask](https://hackernoon.com/never-use-passwords-again-with-ethereum-and-metamask-b61c7e409f0d) When building Dapps you don't need to login. For example, in the CryptoKitties Dapp if you'd like to sell a cat...

enhancement
help wanted