TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 7 forks source link

Disable auditing anonymous sessions #304

Closed elpablos closed 10 months ago

elpablos commented 10 months ago

see #303

To disable auditing the creation of anonymous sessions, use the following config:

[seacatauth:audit]
log_anonymous_sessions=no

Auditing the creation of anonymous sessions is still enabled by default.