pocolifo / noter-backend

0 stars 0 forks source link

Middleware for authentication/json checks #14

Closed deanOcoin closed 1 year ago

deanOcoin commented 1 year ago

Done - Not for JSON checks, though. Not all endpoints accept JSON and FastAPI doesn't have a good way to determine if JSON was sent over without requiring specific headers in each request.