Commit graph

12 commits

Author SHA1 Message Date
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