File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212 r"/app/installations/(?:.+?)" ,
1313 r"/app/installations/(?:.+?)/access_tokens" ,
1414 r"/app/installations/(?:.+?)/suspended" ,
15+ r"/app/installation-requests" ,
1516 r"/marketplace_listing/accounts/(?:.+?)" ,
1617 r"/marketplace_listing/plan" ,
1718 r"/marketplace_listing/plans" ,
3334APP_AUTH_REGEX = re .compile (rf"^(?:{ '|' .join (APP_ROUTES )} )$" , re .I )
3435"""Regex to match app authentication routes.
3536
36- See: https://github.com/octokit/auth-app.js/blob/c0068e06081a5d930799285a7c79c9c948b676b6 /src/requires-app-auth.ts#L45
37+ See: https://github.com/octokit/auth-app.js/blob/9da834e0d8893b4cb233a2e9f67c3183abe8a341 /src/requires-app-auth.ts#L46
3738"""
3839BASIC_AUTH_REGEX = re .compile (r"/applications/[^/]+/(token|grant)s?" )
3940"""Regex to match basic authentication routes.
You can’t perform that action at this time.
0 commit comments