Features
Ktra
has now features listed below.
- Almost pure Rust.
- Minimum Alternate Registry implementation.
- Secure user management with Argon2 or as an OpenID Service
Provider (compatible with
.well-known
discoverable identity providers such as gitlab) - Sled as its internal database.
- via
db-sled
feature turned on by default.
- via
- Redis support.
- via
db-redis
feature.
- via
- MongoDB support.
- via
db-mongo
feature.
- via