Antoine Jaussoin
Antoine Jaussoin
I think the problem is that your `testSagas` function is a normal function, not a generator function. It should be something like `export function* testSagas() { ... }` (notice the...
Yes please!!
That's awesome, thanks for the work!! Let me know if I can help with testing in a real-world project.
> Would this include support for strict mode or should we create a new issue for that. > > Currently using with react 18 is not working. Actually that was...
Please give more details, the unit tests are passing all right
@dayByte : One possibility would be to implement Auth0 (https://auth0.com/universal-login) for self-hosted instances: that way, you could (in theory) set up any authentication provider you want directly on your Auth0...
I'll get working on it soon. Stay tuned.
https://www.passportjs.org/packages/passport-oauth2/