Authorization über access token eingebaut

This commit is contained in:
2023-02-22 16:41:41 +01:00
parent 902685c7cf
commit 49079d0534
6 changed files with 98 additions and 25 deletions

View File

@@ -253,6 +253,8 @@
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\AddAuthorizationHeaderParameterOperationFilter.vb" />
<Compile Include="App_Start\AddAuthTokenHeaderParamete.vb" />
<Compile Include="App_Start\RouteConfig.vb" />
<Compile Include="App_Start\SwaggerConfig.vb" />
<Compile Include="App_Start\WebApiConfig.vb" />