dsietz / daas-sdk

Software Development Kit for building out systems that follow the DaaS pattern
1 stars 0 forks source link

figure out how to set the Author for the DaaSDoc #8

Closed dsietz closed 4 years ago

dsietz commented 4 years ago

Need to figure out from where (e.g.: Bearer Token in http header) and how to set the author attribute for the DaaS document.

dsietz commented 4 years ago

first attempt is to use the DaaSListenerService with a default fn extract_author(req: HttpRequest) -> String