Gin security chapter-3: fast implementation of CSRF verification

introduceThis article describes how to rk-boot Implement the CSRF verification logic of the server.What is CSRF?Cross Site Request Forgery (English: Cross Site Request Forgery), also known as one click attack or session riding, usually abbreviated as CSRF or XSRF, is an attack method to coerce users to perform unintentional operations on the cu ...

Added by irwa82 on Sun, 26 Dec 2021 15:10:41 +0200

The usage of zap log library developed by go web and the configuration of zap log in gin framework

(1) Introduction zap is a log repository for comparing fire in go. It provides different levels of logs and is fast Official documents: https://pkg.go.dev/go.uber.org/zap#section-readme You can also use github to search zap directly. The document has a comprehensive introduction. We encourage you to watch the documents. You can have video ma ...

Added by BMN on Tue, 23 Nov 2021 22:19:19 +0200

GinAdmin management basic platform

GinAdmin This project is a background management platform based on Gin framework. Although many people think that go is used to develop high-performance server-side projects, it is inevitable that there is a need to do web management side. You can't use other languages to develop it. Therefore, the GinAdmin project has been integrated. Please ...

Added by metin on Sat, 11 Sep 2021 21:11:51 +0300