Expand `AuthenticationError`
Opened this issue · 1 comments
BURG3R5 commented
After #149 is merged, do the following:
-
set_up_webhooks
should have parametersargs: dict
andrepository: str
- In
complete_auth
,args=request.args
should be passed toset_up_webhooks
- In
set_up_webhooks
, check if"code" in args
is present. If yes, then do normal stuff. If no, return whatever the value ofargs["error_description"]
is
Ayush0Chaudhary commented
Can do it by tomorrow EOD, may have to extend deadline