What would be the best way to inject per request objects. #686
Unanswered
alandsilva26
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to get the auth headers from request object. What would be the best way to do this? Do I just use the flask request context in my service? Is there a similar pattern to spring per request beans? Or do i get header in the blueprint and then use the service factory there?
Beta Was this translation helpful? Give feedback.
All reactions