All Downloads are FREE. Search and download functionalities are using the official Maven repository.

controllers.BasicAuthenticationController Maven / Gradle / Ivy

There is a newer version: 8.10.0-Beta2
Show newest version
package controllers;

import io.mangoo.routing.Response;

/**
 * 
 * @author svenkubiak
 *
 */

public class BasicAuthenticationController {
    public Response basicauth() {
        return Response.ok().bodyText("authenticated");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy