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

https://github.com/hipstersmoothie/jest-github-reporter

enhancement
discussion

I'm trying to use `@accounts/boost`, but keep getting an error creating the context: ```ts import 'reflect-metadata' import { createConnection } from 'typeorm' import { ApolloServer, gql } from 'apollo-server' import...

This issue is to track parts of accounts-js which need to be documented. API documentation - [x] It would be a good idea to generate api documentation for all the...

enhancement
help wanted
discussion

Currently there are 3 examples showing how to execute graphql mutation queries directly in the graphql playground: https://github.com/accounts-js/accounts/tree/master/examples/graphql-server-typescript These 3 examples refer to: 1. Create user 2. Authenticate 3. Test...

enhancement
help wanted

https://github.com/simov/grant

enhancement
help wanted

If I supply my own `db` via `accountsBoost`, it will always get overwritten: https://github.com/accounts-js/accounts/blob/4e4dc148c41957ddf8021d0b65c476bed668ffa5/packages/boost/src/index.ts#L67 This basically locks `accountsBoost` only to mongo implementation, and will block `@accounts/typeorm`, which is very desirable!

bug
help wanted

Hi, I am trying to use Accounts graphql module with MySql database in my app and I'm getting > Data type "jsonb" in "User.profile" is not supported by "mysql" database....

I was thinking, since a user can have multiple emails it's pretty hard to know on which email we need to send the emails (eg: your password has been changed)....

enhancement
discussion

Would be great to have an option that let the db driver delete the session when it is invalidated.

enhancement
help wanted

First of all great work, this looks like a really great successor to Meteor Accounts! We are considering using Accounts-JS for [Vulcan](http://vulcanjs.org). I was wondering if anybody here would be...

enhancement
help wanted
discussion