Paulo Diniz

Results 4 issues of Paulo Diniz

I'm about to start working on a new project for which I'm going to have to setup an auth system. Given the complete lack of a full auth library setup...

I'm pretty much having the same issue as this one. https://github.com/sivasamyk/logtrail/issues/8 This is my logtrail.json file ```{ "index_patterns" : [ { "es": { "default_index": "filebeat-*", "allow_url_parameter": false }, "tail_interval_in_seconds": 10,...

If the app loses connection with the server, when it comes back online it continuously tries to refresh it's data with the server. I went back and found out that...

I didn't want sessions to expire for specific user roles so I had to add this usersRoles option. This might be a useful feature for other users so I decided...