rvoip-auth-core 0.2.0

OAuth2 and token-based authentication for RVoIP services
Documentation

rvoip-auth-core

Crates.io Documentation License: MIT

OAuth2 and token-based authentication primitives for rvoip. Used by rvoip-sip-registrar, rvoip-vcon (JWS signing), and any rvoip service that authenticates incoming requests via Bearer tokens or RFC 8898 SIP/OAuth profiles.

This crate depends on the trait-only rvoip-core-traits, not on rvoip-core itself — that's what breaks the rvoip-corervoip-vconrvoip-auth-corervoip-core cycle and lets rvoip-core take rvoip-vcon as an optional dep.

Status

Beta candidate — part of the rvoip-sip 0.2.0-beta closure. API may adjust for incoming review feedback before 0.2.0 ships, but no restructure is planned.

Install

[dependencies]
rvoip-auth-core = "0.2.0"

Where to start

License

Licensed under the MIT license. See the repository LICENSE.