Commit Graph

2 Commits (a93d5e12d4742efb175f80b170007a80dfc58bf1)

Author SHA1 Message Date
zeripath ceae89c8c7
Allow BASIC authentication access to /:owner/:repo/releases/download/* () ()
Backport 

Duplicate  to allow access to releases download through BASIC authentication.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Lunny Xiao fb3ffeb18d
Add sso.Group, context.Auth, context.APIAuth to allow auth special routes ()
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes

* Remove unnecessary check

* Rename sso -> auth

* remove unused method of Auth interface