Categorygithub.com/aadarsh131/building-modern-web-applications-with-go
repository
0.0.0-20240908145108-17e48f5d1ce2
Repository: https://github.com/aadarsh131/building-modern-web-applications-with-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Some overview-

  1. used middleware- CSRFprotection(using NoSurf)
  2. used route handlers- (using chi)
  3. used session- (using scs)

NOTE: remote_ip from session cannot be fetched. Find out why