derblitz

Results 5 issues of 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?

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

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

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