aboutsummaryrefslogtreecommitdiff
path: root/www/logged_in_p.pl
Commit message (Collapse)AuthorAgeFilesLines
* QT-1900 Add a CSRF token to the OIDC login flow.Matthias Benkard2015-04-231-1/+0
| | | | | | This improves security by generating a CSRF token, passing it to the OIDC IdP, and validating it afterwards. The token is stored in a cookie reverse-encrypted with MulkyID's private key.
* Make stateless.Matthias Benkard2015-04-231-5/+15
| | | | | | MulkyID does not use session state stored in /tmp anymore. Instead, it uses a cookie encrypted with the private part of the MulkyID instance's RSA key.
* Support Google Apps authentication.Matthias Andreas Benkard2014-05-041-1/+2
|
* Fix session user matching.Matthias Andreas Benkard2012-10-031-1/+1
|
* Make the configuration map a dynamic variable.Matthias Andreas Benkard2012-10-031-3/+2
|
* Make /etc/aliases optional. Add configurability through setup.pl.Matthias Andreas Benkard2012-10-031-8/+5
|
* Move public files to www/.Matthias Andreas Benkard2012-10-031-0/+48