Code Monkey home page Code Monkey logo

spring-security-advanced-authentication-ui's Introduction

Latest version Build Quality Gate Status

spring-security-advanced-authentication-ui

Modernizes the default Spring Web Authentication/Login UI and makes it easier customizable.

Show demo

Demo

Usage

The library provides an adapter that can be used like this:

public SecurityFilterChain configure(final HttpSecurity http) throws Exception
{
    // Changing the text "Login with" to "Sign in with"
    http.with(new AdvancedLoginPageAdapter<>(http), c -> c
            .customizeLoginPage(p -> p.ssoLoginHeaderText("Sign in with")))
        .oauth2Login(c -> 
            // ...
        )
    // ...
}

A more detailed scenario is available in the demo.

Installation

Installation guide for the latest release

Note

To minimize the risk of dependency conflicts all Spring (Boot) dependencies are declared as provided and are not shipped by default.

Support

If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies

spring-security-advanced-authentication-ui's People

Contributors

ab-xdev avatar xdev-renovate avatar dependabot[bot] avatar xdev-gh-bot avatar actions-user avatar

Stargazers

 avatar Dhruv Gohil avatar Filip Vanden Eynde avatar  avatar

Watchers

Richard Fichtner avatar

spring-security-advanced-authentication-ui's Issues

Delay in Release 1.0.1

g

1.0.1 is still being released on Nexus (for >2h now).
Activity says everything is finished, however it's still showing "Operation in progress"
g

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.