Skip to content

hth/spring-security-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

spring-security-samples

Using Spring Boot 3.2.4

default-login

Spring security login with default setup. This code is without any bells and whistles. Default configuration. Validate/Authenticate login.

port: 8091

configured-login

Populates users in MongoDB. Launch login screen. Validated users and then redirects user to the authenticated home page.

port: 8092

URL

http://localhost:8092/home/landing

Credentials

configured-login-jwt

Everything configured-login does plus jwt. In progress....

port: 8093

Referred Spring Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages