siloxide-security 0.0.1

Standard SiLA authentication and authorization over a user-supplied backend.
Documentation
# siloxide-security

Standard SiLA authentication and authorization, part of [Siloxide](https://gitlab.com/smartlab-solutions/siloxide).

`AuthenticationService` and `AuthorizationService` over a backend the application supplies.
Part C defines the Features but deliberately not what a credential, a token, or a permission is —
those belong to the deployment, and this crate keeps that boundary.

**Depend on [`siloxide`](https://crates.io/crates/siloxide) instead**, which re-exports it.

## Status

Siloxide is pre-1.0 and not production-ready. Its tests are evidence of working transport, not a
claim of SiLA conformance. `siloxide`'s crate documentation carries the current implemented and
not-implemented lists.

## Licence

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
[MIT license](LICENSE-MIT) at your option.

Redistributed SiLA 2 machine-readable artifacts remain under their upstream MIT licence; see
`siloxide-core`'s `artifacts/sila_base/NOTICE`.