Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user not recorded for requests when using a custom SESSION_ENGINE #235

Open
oldmanstick opened this issue Jul 20, 2022 · 1 comment
Open

Comments

@oldmanstick
Copy link

I am building a system that uses a custom SESSION_ENGINE backed by a REST microservice instead of the standard database-backend session engine, and easy-audit does not record the user for requests.

Looks like the request_started_handler signal handler is using the Session model to look up the session instead of the app's configured SESSION_ENGINE. Is there a compelling reason for this?

@jheld
Copy link
Collaborator

jheld commented Aug 9, 2022

I'm unsure. Would you be able to post a WIP PR showing the requested change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants