Enables Nidam’s main goal: delivering a secure OAuth 2.0 web application.
This BFF exists to support Nidam’s primary objective — providing a secure, OAuth 2.0–based web application by handling authentication flows, token management, and frontend‑specific API needs.
Read the documentation: https://nidam.derbyware.com
Part of the Nidam (6 repositories):
- registration, token-generator, reverse-proxy, nidam, bff, nidam-spa — links:
- https://github.com/Mehdi-HAFID/registration
- https://github.com/Mehdi-HAFID/token-generator
- https://github.com/Mehdi-HAFID/reverse-proxy
- https://github.com/Mehdi-HAFID/nidam
- https://github.com/Mehdi-HAFID/bff
- https://github.com/Mehdi-HAFID/nidam-spa
mvn spring-boot:run
#OR
# Build
mvn clean package
# Run
java -jar target/bff-*.jar