Tim Mikeladze
Tim Mikeladze
Perhaps adding the following to your webpack config can help https://github.com/graphql/graphql-js/issues/1272#issuecomment-393903706
@jonatanklosko Thanks for the review. I've addressed your comments.
I think currently a user can have multiple services associated with their account. The email confirmation of the same accounts is missing.
Briefly glanced over the article. I think it's going to be possible to implement this by adding another auth strategy for metamask.
@Aetherall 1. Totally agree about the need of multi steps for authentication. 1. The identification method design looks good to me.
I think this is a good idea.
Hi Sacha, Certainly are interested in collaboration. Do you have any ideas on what needs to be done for integration? Vulcan is built on top of Meteor right? We have...
accounts-js doesn't currently support cookies but I believe we can add it by implementing our `TokenStorage` interface and with minimal changes in the codebase. As for the UI, I've been...
@NickBolles Thank you so much for doing this work, I just started using TypeGraphQL so this PR comes at a perfect time. 1. I think this is fine. 2. Currently...
@NickBolles Sounds good, I think creating a separate `type-graphql` package and seeing how it is implemented will help us decide what the future of `graphql-api` is.