Implement functionality under the `/publish` endpoint. https://github.com/flakestry/flakestry.dev/blob/main/backend/flakestry/api/publish.py#L38 ## Notes Uses OIDC for authentication/authorization. - Possible library: https://crates.io/crates/axum-oidc
Implement functionality under the
/publishendpoint.https://github.com/flakestry/flakestry.dev/blob/main/backend/flakestry/api/publish.py#L38
Notes
Uses OIDC for authentication/authorization.