Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sevenparadigms/webflux-dsl-abac-example

Example to use r2dbc-dsl and webflux abac security in both
https://github.com/sevenparadigms/webflux-dsl-abac-example

abac kotlin r2dbc-dsl reactive reactor security spring webflux

Last synced: about 1 month ago
JSON representation

Example to use r2dbc-dsl and webflux abac security in both

Awesome Lists containing this project

README

        

= R2DBC-DSL demo with reactive abac security

To run liquibase migration execute `gradle update` in `dsl-abac-service` folder

To get bearer token from /token send as post:

[source,json]
----
{
"login": "admin/user",
"password": "passwore"
}
----