mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
allow basic authentication for rest endpoint /api/rest/authentication
This commit is contained in:
@@ -59,7 +59,8 @@ public class ApiBasicAuthenticationFilter extends BasicAuthenticationFilter
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
public static final String URI_AUTHENTICATION = "/api/rest/authentication";
|
||||
public static final String URI_AUTHENTICATION =
|
||||
"/api/rest/authentication/login";
|
||||
|
||||
//~--- constructors ---------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user