A go-between for authorization services and applications to make them 'libre' and easy to use
Go to file
2022-03-05 15:01:30 +00:00
logo Init repo 2022-02-22 20:28:39 +00:00
src chore: signin authz routes from config 2022-03-05 15:01:30 +00:00
.gitignore Init repo 2022-02-22 20:28:39 +00:00
Cargo.toml chore: add code 2022-02-22 20:31:44 +00:00
LICENSE Init repo 2022-02-22 20:28:39 +00:00
README.md chore fix readme 2022-02-22 20:30:54 +00:00

Libre SingIn

Fork me on GitHub

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