Closed PIG208 closed 1 year ago
As a follow-up to #78 and #82, we need further support for custom authentication by the request object itself instead of request.user. There is some ongoing work in #84 and #85, where the implementation details need to be determined.
request
request.user
Thanks for this. Does the work in #85 meet your needs?
Yes. Thanks!
As a follow-up to #78 and #82, we need further support for custom authentication by the
request
object itself instead ofrequest.user
. There is some ongoing work in #84 and #85, where the implementation details need to be determined.