torfmaster / jdav2021

MIT License
0 stars 0 forks source link

Protect Backend Endpoint via BasicAuth #9

Closed torfmaster closed 3 years ago

torfmaster commented 3 years ago

Protect Backend Endpoint via BasicAuth. Use User Database for this. Do the protection centrally, so not every endpoint has to take care of it, rather reject all requests not going to login or register which don't have a valid Authorization header.