https://en.wikipedia.org/wiki/Cross-site_request_forgery
Example code for common Golang Cross-Site Request Forgery protection libraries
This repository attempts to provide high-quality working code examples available for Golang CSRF protection, particularly the integration with common HTTP router and CORS libraries.
API Servers for Consumption by Frontend JavaScript
- gorilla/csrf CSRF protection with rs/cors CORS handling and gorilla/mux HTTP router
- gorilla/csrf CSRF protection with rs/cors CORS handling and go-chi HTTP router