Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sevenparadigms/webflux-dsl-abac-example
- Owner: SevenParadigms
- Created: 2021-09-26T22:22:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T12:31:01.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:13:03.892Z (3 months ago)
- Topics: abac, kotlin, r2dbc-dsl, reactive, reactor, security, spring, webflux
- Language: Kotlin
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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"
}
----