You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
dcaf: Authenticated Authorization for the Internet of Things Copyright (c) 2015—2024 by Olaf Bergmann <bergmann@tzi.org> 2015—2024 by Stefanie Gerdes <gerdes@tzi.org> ESP-IDF component for the DTLS profile RFCs [9202](https://www.rfc-editor.org/rfc/rfc9202) and [9430](https://www.rfc-editor.org/rfc/rfc9430) on Authentication and Authorization for Constrained Environments (ACE, [RFC 9200](https://www.rfc-editor.org/rfc/rfc9200) with optional DCAF extensions. ABOUT DCAF ========== The Delegated CoAP Authentication and Authorization Framework (DCAF) defines an architecture and a protocol for delegating client authentication and authorization in a constrained environment for establishing a secure communication context between resource-constrained nodes, utilizing Datagram Transport Layer Security (DTLS) or CBOR message syntax (COSE). The protocol transfers authorization information and shared secrets for symmetric cryptography between entities in a constrained network. A resource-constrained node can use the protocol to delegate authentication of communication peers and management of authorization information to a trusted host with less severe limitations regarding processing power and memory. More information on DCAF is available at https://dcaf.science LICENSE INFORMATION =================== This library is published as open-source software without any warranty of any kind. Use is permitted under the terms of the MIT license. Please refer to LICENSE for further details.
idf.py add-dependency "obgm/dcaf^0.2.0"