FastAPI-Production-Boilerplate
FastAPI-Production-Boilerplate copied to clipboard
Authentication Dependency
The authentication dependency is not handling the authentication properly. the authentication middleware adds the auth and user to scope but these are not utilised in the the authentication dependency. The authentication protected urls are accessible with invalid token.