JimBimBomBom / city-distance-service

0 stars 0 forks source link

basic authorization #92

Closed JimBimBomBom closed 2 months ago

JimBimBomBom commented 2 months ago

single user with configurable password through environment variable (optionally user name could also be configurable)

find C# framework that supports basic authorization alternatively manually check each request and compare authorization header against the configured user end password

JimBimBomBom commented 2 months ago

Solved in #103