The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Rename package filters.session to hooks (or plug-ins) #43

Closed Padi-owasp closed 3 years ago

Padi-owasp commented 3 years ago

filters.session are no traditional filters but more something like hooks or plug-ins.

Rename to hooks and make sure for every hook-implementation there is also an interface so that later on, the hook-implementation can be instantiated based on configuration.

Padi-owasp commented 3 years ago

Done as part of the spring cloud gateway move