This website requires JavaScript.
Explore
Help
Sign In
max
/
GoWeb
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
7
Wiki
Activity
48
Commits
5
Branches
7
Tags
eb1c2daa6a3f87346613a937d698562aa55a7bfd
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Maximilian
eb1c2daa6a
Add AuthToken to user struct, and update SQL statements to match struct fields
2023-02-13 23:30:12 -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
Prepare config option to enable auto migrations
2023-02-13 23:28:36 -06:00
controllers
Move models to its own package
2023-02-08 19:39:53 -06:00
database
Fix import order
2023-02-13 22:28:11 -06:00
models
Add AuthToken to user struct, and update SQL statements to match struct fields
2023-02-13 23:30:12 -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
Prepare config option to enable auto migrations
2023-02-13 23:28:36 -06:00
go.mod
Update experimental crypto library
2023-02-08 19:55:10 -06:00
go.sum
Update experimental crypto library
2023-02-08 19:55:10 -06: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
S
Description
A Go web framework with user authentication, CSRF protection, templating, config handling, and simple migrations out of the box
342
KiB
Releases
7
v1.5.1 Release
Latest
2023-12-24 20:13:09 +00:00
Languages
Go
91%
HTML
5.2%
CSS
3.8%