• 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 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
max pushed to middleware at max/GoWeb 2023-07-21 21:26:55 +00:00
eb36156c52 Change function name to ProcessGroup
max created branch middleware in max/GoWeb 2023-07-21 17:00:17 +00:00
max pushed to middleware at max/GoWeb 2023-07-21 17:00:17 +00:00
bada24884a Use ungrouped CSRF middleware on register and login POST routes
05397c2b61 Initial middleware implementation for CSRF and update comment
3d80b95f55 Initial wrapper implementation
Compare 3 commits »
max pushed to file_uploads at max/GoWeb 2023-05-05 17:20:22 +00:00
37391190fb Merge branch 'master' into file_uploads
6da7d408f9 Add .gitattributes to force LF line endings
Compare 2 commits »
max pushed to master at max/GoWeb 2023-05-05 17:19:29 +00:00
6da7d408f9 Add .gitattributes to force LF line endings
max opened issue max/GoWeb#1 2023-05-04 14:06:55 +00:00
Requirements to merge file_uploads->master
max pushed to file_uploads at max/GoWeb 2023-05-04 14:01:03 +00:00
1fb8fdef81 Merge branch 'master' into file_uploads
e993bcf317 Update dependency versions
Compare 2 commits »
max pushed to master at max/GoWeb 2023-05-04 14:00:48 +00:00
e993bcf317 Update dependency versions
max pushed to file_uploads at max/GoWeb 2023-05-04 13:40:44 +00:00
baef0cbe78 Fix a couple deprecated calls and handle errors