GithubHelp home page GithubHelp logo

nzb15555196162 / access-control-spring-boot-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tuongl/access-control-spring-boot-starter

0.0 1.0 0.0 56 KB

Spring Boot Starter component for securing Web applications

Java 88.89% HTML 11.11%

access-control-spring-boot-starter's Introduction

access-control-spring-boot-starter

The security was originally based on Spring Boot Security Application with the following enhancements:

  • Change password will be available for all users
  • Admin users can reset and deactivate other user accounts
  • User lockout after a number of failed login attempts
  • Unique CSRF token per request
  • Audit logging

The new starter component access-control-spring-boot-starter will have all functionality available by default but can be switched on or off and configured via application.properties

Getting Started

A quick guide to get started can be found in our wikis.

Requirements

Quick start

  • Clone the repository
git clone https://github.com/tuongl/access-control-spring-boot-starter.git
  • Start the application
cd access-control-spring-boot-starter
mvn spring-boot:run

Use in another project

To get the security module into your build

  • Add the JitPack repository to your build file
  <repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
  </repositories>
  • Add the dependency
    <dependency>
        <groupId>com.github.tuongl</groupId>
        <artifactId>access-control-spring-boot-starter</artifactId>
        <version>v1.0.0</version>
    </dependency>

access-control-spring-boot-starter's People

Contributors

tuongl avatar

Watchers

 avatar

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.