astro.go.blog
astro.go.blog copied to clipboard
feat: add csrf to go web server
What type of PR is this? (check all applicable)
- [x] 💡 Feature
- [ ] 🐛 Bug Fix
- [ ] 📝 Documentation Update
- [ ] 🎨 Style
- [ ] 🧑💻 Code Refactor
- [ ] 🔥 Performance Improvements
- [ ] ✅ Test
- [ ] 🤖 Build
- [ ] 🔁 CI
- [ ] ⏩ Revert
Description
This pr adds a CSRF protection(token) to the Go web server.
Related Tickets & Documents
Fixes #56