Spring Security user account registration, creation and management

后端 未结 3 445
北恋
北恋 2021-02-02 13:13

I\'ve been looking into using Spring Security for the authentication/authorization of my web application (this will be JDBC based).

However, a core component seems to be

3条回答
  •  广开言路
    2021-02-02 13:29

    Have a look at my answer here.

    "I have implemented a JAVA project for this use case. It is open source, based on Spring-Security. A release version is on Maven-Central, so you do not need to compile it, but instead you can fetch it as maven-dependency to your project!"

    
         com.ohadr
         authentication-flows
         1.5.0-RELEASE 
    
    

提交回复
热议问题