Skip to content

KobiMorad/spark-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Authentication

Build Status

Authentication library for Spark - included:

Usage

Configure basic authentication for your given path(s):

before(new BasicAuthenticationFilter("/path/*", new AuthenticationDetails("expected-username", "expected-password")));

Maven

Library available from Maven central repository

<dependency>
    <groupId>com.qmetric</groupId>
    <artifactId>spark-authentication</artifactId>
    <version>${VERSION}</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages