keycloak / keycloak-quickstarts

Apache License 2.0
1.99k stars 986 forks source link

Add Webflux Support #371

Open sashokbg opened 1 year ago

sashokbg commented 1 year ago

Description

Add a quickstarter for spring webflux that is a non blocking reactive framework.

Discussion

No response

Motivation

Spring webflux is a very performant non blocking http framework based on project reactor.

A popular project spring cloud gateway uses this implementation and it would be interesting to show an integration between keycloak and the cloud gateway.

Details

No response