Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 589 Bytes

sample-spring-webflux.md

File metadata and controls

11 lines (9 loc) · 589 Bytes

Sample-spring-webflux-sureness

spring-webflux-sureness sample repository

  • Based on spring-webflux
  • Custom subject creator (BasicSubjectReactiveCreator, JwtSubjectReactiveCreator, NoneSubjectReactiveCreator) adapt to ServerHttpRequest request body
  • Load data from default dataSource - sureness.yml
  • Use default JWT, Basic Auth, Digest auth to authenticate and authorize
  • Contain REST API
  • Project's protected entrance is SurenessFilterExample
  • Suggest use postman to test