JimBimBomBom / city-distance-service

0 stars 0 forks source link

Fix - use custom authorization for endpoints #146

Closed JimBimBomBom closed 1 month ago

JimBimBomBom commented 1 month ago

right now the use of authorization is a bit confused -> use of app.UseAuthorization, and a custom middleware

JimBimBomBom commented 1 month ago

Solved in #145