Agusti F.

Results 119 comments of Agusti F.

I am not sure about the frontend-ui (We can do it like here in github, but maybe letting scope by kind instead of repo. Show me all mentions, Show me...

I've this developed and working, willl try to add an example later here ! oauth-facebook/src/accounts-oauth-facebook.ts ```typescript import * as oauth from 'oauth'; import { Configuration } from './types/configuration'; // export...

How should this be fixed if it hasn't been already?

Hello @LucienLee there’s a PR by @nsine with a minimal working example of google-oauth. I made also a facebook one base off that. We’re still very much working in this,...

I think most of this could be accomplished with new MFA. I'm gonna give a try to recode the oauth-facebook basing off the twitter one.

> You are right this part should be updated to also support typeorm. > Pull request welcome 🙌 I would love to try to get this done, but would also...

Well. I don't know about accountsBoost, but I'm gonna go ahead and try to modify one of the examples to use postgresql instead of the default mongo and try to...

I'm a little bit stuck, since I don't know how to create the postgres database (I do create the postgres service with the docker file, might share my progress so...

> Good to hear @agustif > > You can start by sharing a PR or branch with your changes. We can give you a hand if necessary or feedback. >...

Hey @birkir I did start it, but it's really rough on the edges. https://github.com/accounts-js/accounts/pull/654 I basically copied the implementation from prime-core and adapted it to fit the previous example. Do...