Giter Site home page Giter Site logo

briskidentity / brisk-bearerauth Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 362 KB

Simple bearer token authentication framework for Java

License: Apache License 2.0

Java 99.60% Shell 0.40%
java rfc-6750 bearer-token bearer-authentication oauth2 resource-server

brisk-bearerauth's Introduction

Brisk BearerAuth

Build Status

Brisk BearerAuth is a simple bearer token authentication framework for Java.

Primary goals of this framework are:

  • to implement the RFC 6750 with focus on its best practices

  • to be simple and easy to understand by promoting RFC’s domain language in the codebase

  • to be agnostic of any particular web framework at its core but easy to integrate with any stack

Modules

The framework consists of several modules.

brisk-bearerauth-bom

This module provides the BOM for Brisk BearerAuth.

brisk-bearerauth-core

This module provides the core functionality of Brisk BearerAuth.

brisk-bearerauth-servlet

This module provides integration with Servlet API.

brisk-bearerauth-spring

This module provides integration with Spring Framework, including both Spring MVC and Spring WebFlux.

Building from source

The project can be built using Gradle Wrapper, which will download the correct Gradle version. JDK 8 is required.

To verify and build the entire project, use Gradle’s build task:

$ ./gradlew build

To build and publish all the artifacts to local Maven cache, use Gradle’s publishToMavenLocal task:

$ ./gradlew publishToMavenLocal

License

Brisk BearerAuth is open-source software released under the Apache 2.0 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.