AbsaOSS / login-service

AbsaOSS Common Login gateway using JWT Public key signatures
Apache License 2.0
2 stars 0 forks source link

Keys enhancements #48

Open dk1844 opened 1 year ago

dk1844 commented 1 year ago

Background

Currently, LS creates a single public-private key pair on startup. Good enough for simple usage, but for intended production use, we need some more features to cover expected usecases.

Goal

See the individual tasks below. All aim to improve keys handling.

### Tasks
- [ ] https://github.com/AbsaOSS/login-gateway/issues/45
- [ ] https://github.com/AbsaOSS/login-gateway/issues/46
- [ ] https://github.com/AbsaOSS/login-gateway/issues/47