FastAPI-Production-Boilerplate
FastAPI-Production-Boilerplate copied to clipboard
Authentication Middleware
trafficstars
Why don't we use the JWTHandler class in the authentication middleware to decode the received token, so we can also handle exceptions properly?
thats a good suggestion, do you want to do it?