A go-between for authorization services and applications to make them 'libre' and easy to use
logo | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Libre SingIn
A go-between for authorization services and applications to make them 'libre' and easy to use
This was created to as middleware for users and develpers to make services and applications ease to use and 'libre'
Description
Use several authorization services in Clouds and applications access from one pluggable layer in front line
Important
This is in pre-alpha state
Done
- Load configuration and settings
- Basic connection to Kratos
- Basic webserver with ssl
Features
- Middleware: connect to Authorization Services like Ory Kratos for Applications as SingIn/Out endpoints
- Authority: manage credentials transparently for users as almost a single sign on service
- Policies: enforce services and mesh to security definitions helping in secure traffic
- Traceable: full use of APIs and pluggale design to include tracing and telemetry helping in tracking and scale
- WebServer: SSL, File server, Token auth, Tera Templates, provides admin UI and end user interface
- Multilang: language autosense and language request responses
- DataServer: handle several DdataStores(hash, json-yaml-toml,Redis,MySQL,PostgreSQL) directly or via Async GraphQL. Caching and preload
- Auth Server Provider: JWT, authentication policies (Casbin), handle users via datastores, sessions and profiles via key-value stores, encrypt/decrypt data
- Customizable Server: resources, settings, modules, run-levels, licenses and versioning
Requirements for build
Build from source
- Clone this repository and go to folder:
git clone
cd libresignin
- Build:
cargo build
- Install ():
Config Example
Environment
Main vars:
Use to preset settings:
Arg | Env. var |
---|
Author
References
License
MIT