Duarte Monteiro
Duarte Monteiro
A stand alone version of passport would doors to so many more use cases, i'm trying to adapt it to `graphql` api and struggling at the moment
@gonsfx I concluded it's better doing it manually, once you get your head around `oauth2` it's actually quite easy to do, the APIs are simple and well documented, using passport...
Having this issue as well, I used this hack for the time being ```js handleImageLoad() { setTimeout(() => { this.avatar.src = this.cropper.crop(); }, 100); } ```
Also having this problem any other way around this?
Anything setting back this merge?
@Maxpain177 not at the moment, but shouldn't be too hard to implement
@natac13 Yeah, go for it! `MockDB` is a big nasty hack, definitely needs to be replaced
I believe #17 closes this issue, I've pushed a new version to npm
Any update or work around on this issue? @gallagher-stem [comment](https://github.com/gallagher-stem) seems like a good solution,
Hey, so has this been implemented?