authorization
authorization copied to clipboard
move unauthorizedHandler to AuthorizationService
do we need move all configs from AuthorizationMiddleware to AuthorizationService
or only the unauthorizedHandler ?
my opinion : moving all
my opinion : moving all
Would you also be moving all the logic related to these options to the service as well?
my opinion : moving all
Would you also be moving all the logic related to these options to the service as well?
not sure , but I can try it
I didn't see this PR earlier. #211 adds the unauthorizedHandler to both the middlewares using a trait instead.