Releases: iamkunal9/singleRPC
Releases · iamkunal9/singleRPC
v0.2.2
Add authentication support to singlerpc proxy - Introduced an authentication token feature requiring clients to provide a token via headers or query parameters. - Updated README.md to document the new `-a, --auth <TOKEN>` option. - Modified main.rs to include the new auth_token argument in the CLI. - Enhanced proxy.rs to validate the provided token and respond with unauthorized status if missing or invalid. - Added unit tests for token extraction from headers and query parameters.
v0.2.1
Refactor GitHub Actions release workflow to remove CHANGELOG generati…
v0.1.1
⚙️ Miscellaneous Tasks
- Release singlerpc version 0.1.1
v0.1.0
Update GitHub Actions release workflow to streamline permissions and …