notonthehighstreet / svelte

Dynamic Ruby API Client from Swagger JSON Spec
MIT License
48 stars 17 forks source link

Allow for auth headers to be constructed on a per request basis. #24

Open bryonywatson1 opened 4 years ago

bryonywatson1 commented 4 years ago

Prior to this commit, auth was handled at a service creation level. This led to difficulties in a model where users are authed instead of a service.