Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample
Spring Security LTPA2 Sample Application for Webflux
https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample
Last synced: 12 days ago
JSON representation
Spring Security LTPA2 Sample Application for Webflux
- Host: GitHub
- URL: https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample
- Owner: sephiroth-j
- License: apache-2.0
- Created: 2019-12-26T15:25:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T18:11:26.000Z (about 1 year ago)
- Last Synced: 2023-10-01T21:43:28.671Z (about 1 year ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spring Security LTPA2 - Web Reactive Sample
[![Build Status](https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample/workflows/CI%20build/badge.svg)](https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample/actions?query=workflow%3A%22CI+build%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Sample project for Web Reactive with Spring Boot to demonstrate the use of [spring-security-ltpa2](https://github.com/sephiroth-j/spring-security-ltpa2-reactive-sample). It uses [an embedded LDAP](https://docs.spring.io/spring-boot/docs/3.0.x/reference/htmlsingle/#data.nosql.ldap.embedded) as user storage and caches the look-up result with [`@Cacheable`](https://docs.spring.io/spring-boot/docs/3.0.x/reference/htmlsingle/#io.caching).