aboutsummaryrefslogtreecommitdiff
path: root/oidc.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *.go: Error handling updateRunxi Yu2024-08-201-15/+27
|
* *: Switch to PostgresRunxi Yu2024-08-191-4/+51
|
* Switch to plain database/sql and sqlite3Runxi Yu2024-08-191-19/+8
|
* {main,oidc}.go, index{,_login}.tmpl: Basic signing inRunxi Yu2024-08-191-8/+8
| | | | There are still issues fetching the user from the database
* {config,oidc}.go: Simplify error handling againRunxi Yu2024-08-191-10/+5
|
* oidc.go: Set cookie to Secure when prod=trueRunxi Yu2024-08-191-0/+1
|
* oidc.go: Basic user queryingRunxi Yu2024-08-181-5/+26
|
* Add licensing and login pageRunxi Yu2024-08-181-0/+20
|
* Configuration changesRunxi Yu2024-08-181-2/+1
|
* Set cookie at oidcRunxi Yu2024-08-181-1/+12
|
* 80-column limit. I print code sometimes.Runxi Yu2024-08-171-23/+52
|
* Add FCGI listenerRunxi Yu2024-08-171-2/+0
|
* Note on keyfunc updatesRunxi Yu2024-08-171-0/+6
|
* FormattingRunxi Yu2024-08-171-4/+3
|
* Custom claims mappingRunxi Yu2024-08-171-17/+24
|
* GetSubjectRunxi Yu2024-08-171-1/+9
|
* OpenID Connect 2.0 claimsRunxi Yu2024-08-171-1/+15
|
* KeyfuncRunxi Yu2024-08-171-38/+9
|
* I should be using keyfuncRunxi Yu2024-08-161-24/+76
|
* Debug logging, and making it ignore unused variables for nowRunxi Yu2024-08-161-0/+3
|
* Incomplete JWE parsingRunxi Yu2024-08-161-2/+45
|
* Handle OpenID errors and parse the formRunxi Yu2024-08-161-5/+26
|
* Basic OpenID Connect worksRunxi Yu2024-08-161-6/+22
|
* The OpenID configuration should be a global variableRunxi Yu2024-08-161-7/+4
|
* Meh, I'll use strings in the openid responseRunxi Yu2024-08-161-5/+5
|
* Further cleanupRunxi Yu2024-08-161-0/+22
|
* Split config handling and OIDC into separate filesRunxi Yu2024-08-161-0/+41