Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironthree/fedora-rs
(DEPRECATED): Rust base library for interacting with fedora services
https://github.com/ironthree/fedora-rs
Last synced: 3 months ago
JSON representation
(DEPRECATED): Rust base library for interacting with fedora services
- Host: GitHub
- URL: https://github.com/ironthree/fedora-rs
- Owner: ironthree
- License: apache-2.0
- Created: 2019-06-03T17:21:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:46:44.000Z (10 months ago)
- Last Synced: 2024-10-01T14:49:06.765Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 169 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# base library for interacting with Fedora services (DEPRECATED)
[![crates.io](https://img.shields.io/crates/v/fedora.svg)](https://crates.io/crates/fedora/)
[![crates.io](https://img.shields.io/crates/d/fedora.svg)](https://crates.io/crates/fedora/)
[![crates.io](https://img.shields.io/crates/l/fedora.svg)](https://crates.io/crates/fedora/)
[![docs.rs](https://docs.rs/fedora/badge.svg)](https://docs.rs/fedora/)**WARNING**: The OpenID-based authentication method for Fedora web services that
was provided by this crate no longer works. Most web services that are part of
the Fedora Project have moved to OpenID Connect (OIDC) or Kerberos-based
authentication. Bodhi was one of the last services that provided a deprecated
OpenID authentication endpoint, but that endpoint was accidentally broken in
bodhi-server v8.0.0 and can likely not be fixed. That makes the `fedora` crate
obsolete.If another project that is related with the Fedora Project wants to use the "fedora"
name to publish on crates.io, transfer of ownership of the name can be discussed.
Please open a ticket on GitHub in this case.