derblitz
derblitz
I think the delimiter should be configurable. Currently I think you use a comma but in some other languages it is e.g. a ";". What do you think? Awesome project...
What is the recommended way to check if a string is an email address?
Typeorm/Graphql: How to retrieve profile information (eg firstname/lastname) and where to store it
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...
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...
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...