Open c4ffein opened 3 months ago
As far as I'm concerned, this looks good, thx
Can we merge this soon? I also think it looks good and I need this distinction as well since I currently use django-ninja
.
I think this might be done better...
AuthenticationError
, AuthorizationError
should be both inherited from HttpError (with corresponding codes and messages)
that way only one default http-error handler is needed (and users should be able to overwrite custom handlers for each class individualy)
Implements #1218