dendrite_auth 0.2.3

Support for JWT based authentication / authorization in rustic-dendrite
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/auth.proto")?;
    Ok(())
}