go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Encryption & Signature Key rotation for Anti-CSRF #234

Closed jeevatkm closed 5 years ago

jeevatkm commented 5 years ago

The goal is provide a configurable way to rotate Encryption and Signature Key for Anti-CSRF.

In a real world usage as part of Security Compliance in the organization requires toRotate keys in a certain interval to reduce the attack vector on their applications.

As you know aah is security aware framework and will provide every possible way to make aah application is more secure.

jeevatkm commented 5 years ago

Its done 😄