• https://blog.mpatterson.xyz
  • If you would like to contribute, email me a patch and how you want to be credited in the commit

  • Joined on 2022-03-30
max pushed to toml_config at max/GoWeb 2023-09-04 20:21:45 +00:00
60006b6e4e Use TOML for config
72e9ee3e43 Use TOML for config
Compare 2 commits »
max pushed to master at max/GoWeb 2023-09-03 21:19:00 +00:00
bb69c16cdf Update How to use section
max pushed to master at max/GoWeb 2023-09-03 20:56:47 +00:00
e87f14bcbf Make all slog errors uniform (lowercase)
max pushed to master at max/GoWeb 2023-09-03 20:45:29 +00:00
ed712a5344 Clean up error handling, migrate to log/slog, add todo for flash message system in post controller
max pushed to master at max/GoWeb 2023-08-18 02:13:33 +00:00
ee4c9f9199 Clean up error handling, begin migration to log/slog
max pushed to master at max/GoWeb 2023-08-12 19:30:37 +00:00
1d400efa19 Update x/crypto and Go version
max pushed to master at max/GoWeb 2023-08-12 19:28:38 +00:00
b36cbf4b9e Comment cleanup
max pushed to master at max/GoWeb 2023-08-03 17:13:51 +00:00
fa3165d317 Use proper error comparison
7cb36db3c2 Handle errors
eda5344685 Fix spelling
Compare 3 commits »
max pushed to master at max/GoWeb 2023-08-03 17:09:54 +00:00
9670b7d717 Better naming of functions and files, delete less than helpful comments
max pushed tag v1.5.0 to max/GoWeb 2023-08-01 01:25:51 +00:00
max released v1.5.0 Release at max/GoWeb 2023-08-01 01:25:51 +00:00
max deleted branch middleware from max/GoWeb 2023-08-01 01:19:52 +00:00
max pushed to master at max/GoWeb 2023-08-01 01:18:25 +00:00
a1438f4fe2 Update README.md
max pushed to master at max/GoWeb 2023-07-31 23:54:42 +00:00
052fa689c7 Merge branch 'middleware'
f1fad7e4e3 Pass in handler to middleware, create definition for MiddlewareFunc
606f5df45a Refactor name
eb36156c52 Change function name to ProcessGroup
bada24884a Use ungrouped CSRF middleware on register and login POST routes
Compare 7 commits »
max pushed to middleware at max/GoWeb 2023-07-31 23:38:10 +00:00
f1fad7e4e3 Pass in handler to middleware, create definition for MiddlewareFunc
max pushed to master at max/GoWeb 2023-07-26 18:09:19 +00:00
b475da66da Fix nil error for GET requests
max pushed to master at max/GoWeb 2023-07-25 20:36:36 +00:00
d0085ab2c3 Update crypto dependency
max pushed to master at max/GoWeb 2023-07-25 20:34:25 +00:00
58514f4c5f Update client to handle GET (no body) requests, multipart requests, and JSON requests
max pushed to middleware at max/GoWeb 2023-07-23 04:38:31 +00:00
606f5df45a Refactor name
max pushed to master at max/GoWeb 2023-07-21 21:35:33 +00:00
2a32a1b3ce Add restclient package, and a simple function to send HTTP requests