mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +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 */
|
/** Field description */
|
||||||
public static final String URI_AUTHENTICATION = "/api/rest/authentication";
|
public static final String URI_AUTHENTICATION =
|
||||||
|
"/api/rest/authentication/login";
|
||||||
|
|
||||||
//~--- constructors ---------------------------------------------------------
|
//~--- constructors ---------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user