YosaiProject / yosai

A Security Framework for Python applications featuring Authorization (rbac permissions and roles), Authentication (2fa totp), Session Management and an extensive Audit Trail
http://yosaiproject.github.io/yosai
Other
590 stars 52 forks source link

Fixed log that used a variable that does not exist #23

Open brunoais opened 6 years ago

brunoais commented 6 years ago

"Could not clear authc_info from cache" error had the variable as identifiers instead of identifier which lead to a NameError, when there's no cache