magikstm
magikstm
Did you try changing the line: Flight::after('start', function() { To: Flight::after('start', function(&$params, &$output) {
Will this PR possibly be in the next version (0.17.0)?
I'm not really familiar with Rust at the moment. But, why isn't "get_config_file_path" split into two functions. such as: get_root_dir get_config_file I think it would be easier to create tests...
I'm pretty sure @smancke may be open to a PR adding this feature. In the meantime, if you self-compile loginsrv and/or caddy + loginsrv, you could try adjusting these 3...
I may use these hooks for a "password sharing detection" plugin. After 5 or 10 logins from different IPs within a set amount of time (maybe 24h) it would mark...
This feature isn't available in loginsrv at the moment and hasn't been discussed before. If it would be considered, it could maybe be implemented as the ipfilter plugin: `ip: A...
There are some options: 1) Htpasswd (with a file possibly exported from DB) 2) Httpupstream 3) Writing your own backend
@smancke I suggest closing this issue as it seems resolved.
Seems like a webserver or .htaccess issue and not a FlightPHP one. I think this issue can be closed.
Seems like something that can be done with a different subfolder and/or a class object providing functions to FlightPHP. Ref: https://github.com/flightphp/core#routing It feels out of scope to me if FlightPHP...