Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ozdemir0ozdemir/nirobank

Banking App - Java - Spring Boot - Microservice
https://github.com/ozdemir0ozdemir/nirobank

auth authentication-service authroization banking gradle java junit5 microservice mockserver spring spring-boot spring-boot-3 testcontainers

Last synced: about 2 months ago
JSON representation

Banking App - Java - Spring Boot - Microservice

Awesome Lists containing this project

README

        

## Info
**auth-service** manages **user-service** and **token-service** via their own
feign clients (modules: **user-client**, **token-client**)

### RSA Cert generation using openssl (Available on both Windows and GNU/Linux)
- openssl genrsa -out keypair.pem 2048
- openssl rsa -in keypair.pem -pubout -out public.pem
- openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in keypair.pem -out private.pem

---