
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
hubic-swiftauth
Advanced tools
A qucik written and simple Node.js HTTP server providing standard OpenStack Swift authentication for hubiC by OVH
This script is written for my personal usage, is unofficial and consequently not maintained by OVH.
This script provides a simple Node.js HTTP server responding to a standard OpenStack Swift authentication request (v1.0) using the hubic OAuth API. Tested with Swift CLI and Cyberduck.
Create a hubiC application on hubic.com (My account > Your applications).
Launch the script:
$ export APP_KEY=api_hubic_xxx
$ export APP_SECRET=42
$ export BASE_URL=https://example.com/
$ node hubic-swiftauth.js
Now you can use the Swift v1 API using these credentials:
Endpoint: https://example.com/
User: hubic
Password: my-token
Example if you use the swift cli client:
$ swift -A https://example.com/auth/v1.0 -U hubic -K xxxxxxxxxxxxx
FAQs
A qucik written and simple Node.js HTTP server providing standard OpenStack Swift authentication for hubiC by OVH
The npm package hubic-swiftauth receives a total of 1 weekly downloads. As such, hubic-swiftauth popularity was classified as not popular.
We found that hubic-swiftauth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.