FastAPI-Production-Boilerplate icon indicating copy to clipboard operation
FastAPI-Production-Boilerplate copied to clipboard

Authentication Dependency

Open ajithpious opened this issue 11 months ago • 0 comments

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.

ajithpious avatar Nov 29 '24 17:11 ajithpious