GoFrame framework (RK boot): fast implementation of CSRF verification

introduceThis article describes how to pass 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 t ...

Posted by Cailean on Mon, 07 Feb 2022 09:01:54 +0100

GoFrame framework (RK boot): differentiated configuration file (Config) based on cloud native environment

introduceThrough a complete example, in gogf/gf In the framework, the configuration files are distinguished according to the environment. That is, how to read different configuration files in [test], [Online] and other environments.We will use rk-boot To start gogf/gf Microservices.Please visit the following address for a complete tutorial:http ...

Posted by westair on Thu, 03 Feb 2022 13:08:00 +0100