A Go web framework with user authentication, CSRF protection, templating, config handling, and simple migrations out of the box
Go to file
2023-02-05 13:01:38 -06:00
app Embed static and templates folder when compiling, RenderTemplate now renders and serves from the embedded filesystem 2023-02-05 12:46:47 -06:00
config More uniform errors 2022-12-23 20:42:14 -06:00
controllers Fix csrf token unexported error 2022-12-04 19:06:51 -06:00
database Fix existing auth_token check and comment fixes 2022-12-21 21:22:11 -06:00
routes Fix and add comments 2022-11-04 15:12:57 -05:00
security Code cleanup 2022-12-04 18:04:24 -06:00
templates Fix csrf token unexported error 2022-12-04 19:06:51 -06:00
templating Embed static and templates folder when compiling, RenderTemplate now renders and serves from the embedded filesystem 2023-02-05 12:46:47 -06:00
.gitignore Exclude .idea 2022-10-20 12:22:25 -05:00
env_example.json Dependency injection, example .env, and config handling 2022-10-20 11:57:41 -05:00
go.mod Update to go 1.20 2023-02-05 12:59:37 -06:00
go.sum Update dependencies 2022-11-01 15:39:30 -05:00
LICENSE Add license 2023-01-07 22:08:25 -06:00
main.go Fix issue with logging to a file. Only log by day. 2023-02-05 13:01:38 -06:00