2024-08-19 |
Runxi Yu | {config,oidc}.go: Simplify error handling again
|
commit | commitdiff | tree |
2024-08-19 |
Runxi Yu | oidc.go: Set cookie to Secure when prod=true
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | main.go, tmpl/index_login.tmpl: Make it possible to...
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Makefile: Add db.go
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | config: Add tmpl to specify where templates are
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | tmpl/*: Indentation
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | oidc.go: Basic user querying
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | {misc,main}.go: Use generics and er(any, error) to...
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | db.go
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | main.go: Listen after fetching OIDC configuration
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Add licensing and login page
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | style.css
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | main.go: Some comments
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | fbfp.scfg.example: Don't attempt to misalign things...
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | .editorconfig: Explain why I'm using tabs
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | sizechk.js: Use my normal code style, not any JS standard
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Configuration changes
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Use separate tmpl/ folder
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | sizechk.js
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Templating
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Use listen{} in config
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Basic database
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Set cookie at oidc
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Limit handle_index to /, not /*
|
commit | commitdiff | tree |
2024-08-18 |
Runxi Yu | Separate index and login
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Move fetch OpenID Connect later
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Update .editorconfig
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | 80-column limit. I print code sometimes.
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | go 1.22.5 -> 1.22
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Add FCGI listener
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Add configuration example
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | No need for OpenID secrets
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Note on keyfunc updates
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Formatting
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Custom claims mapping
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | GetSubject
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | OpenID Connect 2.0 claims
|
commit | commitdiff | tree |
2024-08-17 |
Runxi Yu | Keyfunc
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | I should be using keyfunc
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Debug logging, and making it ignore unused variables...
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Incomplete JWE parsing
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Handle OpenID errors and parse the form
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Basic OpenID Connect works
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Initial HTTP listener
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | The OpenID configuration should be a global variable
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Meh, I'll use strings in the openid response
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Further cleanup
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Split config handling and OIDC into separate files
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Generate OpenID Connect authorize URLs, to redirect...
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Scrap the msal plan, I'll try to use OpenID Connect...
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Msal client secret auth flow
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | MSAL confidential client creation
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Initialize msal
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Add Msal struct in config
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Move the panic code to err.go
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Use a struct of pointers for the config
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Basic scfg
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Add Go stub
|
commit | commitdiff | tree |
2024-08-16 |
Runxi Yu | Go branch init
|
commit | commitdiff | tree |