Skip to content

Releases: iamkunal9/singleRPC

v0.2.2

13 Dec 11:01

Choose a tag to compare

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

13 Dec 10:31

Choose a tag to compare

Refactor GitHub Actions release workflow to remove CHANGELOG generati…

v0.1.1

17 Sep 20:55

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Release singlerpc version 0.1.1

v0.1.0

17 Sep 19:49

Choose a tag to compare

Update GitHub Actions release workflow to streamline permissions and …