Léo Pradel

Results 142 comments of Léo Pradel

@ozsay since it's pretty hard to have a generic `loginWithService` and `performMfaChallenge` mutation (you can pass an email + password or a sms code or whatever for other services) what...

@davidyaha I proposed another design for the MFA implementation which will allow us to support more authenticators. I posted the architecture design on slack and I started an implementation on...

I am not really happy with this approach, would be better if the password module sends the expiration date for the token, will try with another approach. Edit: solved

@TeNNoX any help is welcome for the OAuth docs, since they are non-existent for now, I think you can take a look at the graphql / password docs for inspiration...

@TimMikeladze what is your opinion on that ?

You are right this part should be updated to also support typeorm. Pull request welcome 🙌

Happy to merge a pr with the fix! You might also want to use https://www.accountsjs.com/docs/server#stateless-session if you want to avoid other db calls on each request.

### AccountsServer - `Change the way authenticationServices are registered` Why not keep the way that actual services are instantiated (object) rather than an array, will be the same no? -...

can you paste the code you are using so I can have a look?

@acomito I fix the issue for the types but can you please paste the rest of the stack for this ``` Error: Cannot find module '@accounts/magic-link' Require stack: ``` it...