Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 578 Bytes

sample-spring-webflux.md

File metadata and controls

11 lines (9 loc) · 578 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 to authenticate and authorize
  • Contain restful api
  • Project's protected entrance is SurenessFilterExample
  • Suggest use postman to test