Commit graph

17 commits

Author SHA1 Message Date
fe1914fd89 Move Markdown parsing to i18n service 2023-07-24 17:59:18 +02:00
b0daaf956f Add handling of invalid login challenge 2023-07-24 17:58:55 +02:00
0b59ad9fd4 Add packaging configuration
- add gorelease config
- add commented example configuration
- add service file and postinst script
- rename cmd/idp.go to cmd/idp/main.go
2023-07-24 17:55:41 +02:00
16a3dbedc8 Small IDP refactoring
- move internal code to internal directory
- add translations for texts on missing email in client certificate page
- add error handling for missing login_challenge request parameter
- add Markdown support via goldmark
- use https:// URLs in Apache license headers
2023-07-18 20:37:04 +02:00
9fad7ef3a6 Embed translation bundle into binary 2023-05-15 16:47:37 +02:00
2c82ccb324 Fix linter warnings, modernize code 2023-05-13 13:27:19 +02:00
e828b30b21 Add linting support
- add lint target in Makefile
- add golangci-lint configuration
2023-05-13 10:16:49 +02:00
796f8cf16d Add Apache License 2.0 text 2023-05-13 10:16:00 +02:00
bda6cf39c3 Update dependencies
- update to Go 1.19
- update dependencies in go.mod/go.sum
2023-05-13 10:15:22 +02:00
2ccbb5dd10 Bump copyright year 2022-11-21 17:14:03 +01:00
311f4105d6 Update instructions for go 1.16+ 2022-11-21 17:10:18 +01:00
695f5cae6b Use embed.fs for self-contained build 2022-08-22 18:50:59 +02:00
0effaaa586 Use CGO_ENABLED=0 for static binary 2022-08-19 16:48:32 +02:00
2affaa2150 Add Makefile
This commit adds a Makefile to automate the steps required to build the
cacert-idp binary.
2022-08-17 20:25:00 +02:00
26447f99c9 Extract startServer method from main() 2021-09-19 19:54:00 +02:00
88bfe0a5df Initial IDP version
- copied/stripped down from
  https://git.dittberner.info/jan/hydra_oidc_poc
2021-09-11 13:35:15 +02:00
721dbc7e65 Add basic project information 2021-09-11 12:16:50 +02:00