Alberto Gimeno

Results 13 issues of Alberto Gimeno

Initially based on the script you have that runs after installing the dependencies, I've created a script that simplifies the process in only one step (it clones the repo and...

enhancement
help wanted

Browserify implements many Node.js libraries but for the browser, such as [http](https://github.com/substack/http-browserify), [crypto](https://github.com/crypto-browserify/crypto-browserify), [buffer](https://github.com/feross/buffer) . Since they work in a browser, they should work in a webview.

I was trying to implement the `window.webContents.openDevTools()` method. It's not trivial programmatically but can be open manually if the `developerExtrasEnabled` flag is set to `TRUE`. ```objc WKWebView *webView = [[WKWebView...

There should be protection agains brute force attacks by slowing down the server: - Many failed logins from same IP - Many failed logins to the same email (even if...

enhancement

We are supporting Twilio but we could support more services.

enhancement

Only Facebook is implemented right now. The plan is to support: google, facebook, twitter and github. `facebook.js` should be used as an example.

enhancement

There are almost no tests right now. There should be unit and integration tests.

bug

It would be useful to limit email addresses of users to certain domains. For example if we want to build an internal tool using this microservice, we would like to...

This can be considered a bug. Right now forms are not validated in the server-side. Both server and client sides should use the same validation rules defined in `validations.js`

bug

Notify the user when 2FA has been enabled or disabled.

enhancement