Hello,
Is there any well maintained package for impersonating user which is battle tested in the production?
I can see that gwendall: meteor-impersonate is not maintained anymore. https://github.com/gwendall/meteor-impersonate
Thanks
Siddharth
Hello,
Is there any well maintained package for impersonating user which is battle tested in the production?
I can see that gwendall: meteor-impersonate is not maintained anymore. https://github.com/gwendall/meteor-impersonate
Thanks
Siddharth
DDP-Apollo works with the default Meteor authentication system. If you use it, packages like the one you mentioned will work as well.
See https://github.com/Swydo/ddp-apollo
I don’t know any alternatives myself.