Commit graph

8 commits

Author SHA1 Message Date
Benjamin Renard 57aedc4869
Casuser auth backend: add user access filters feature 2024-02-21 11:20:37 +01:00
Benjamin Renard fbd24ff1b9
Auth CAS: keep URL parameters in CAS callback URL 2023-11-20 16:40:11 +01:00
Benjamin Renard c71109124c
Add Casuser auth backend 2023-11-17 12:57:38 +01:00
Benjamin Renard 8c108d0ebb
Properly declare & handle functions/methods that never return (exit/die inside) and add Cli::fatal_error() helper method 2023-07-26 17:02:28 +02:00
Benjamin Renard 83f1445799
Make core libs set their default config values in App
This permit to homogenize the method to store it and permit an access to 
all config default values.
Futhermore, core libs init() methods now does not handle parameters: all 
are taken from config.
2023-03-01 16:22:11 +01:00
Benjamin Renard df4df3f746
Some adjustments to make App properly initializable in phpstan context 2023-03-01 11:06:22 +01:00
Benjamin Renard 40fc2f8c75 Auth\Cas: fix handling fake_authenticated_user 2023-02-27 13:06:34 +01:00
Benjamin Renard 610cdb0f7c Add authentication support 2023-02-25 05:02:27 +01:00