bitmask-stack / bitmask-stack/carbonado-node

PK Authentication

Open
#21 1 comment 0 reactions 1 assignee Claimed by @cryptoquick View on GitHub
Dominant language
Rust
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This will authenticate a user by their public key.

GET `/id` - Gets the node public key

This is then signed, which is then used as a bearer token.

Both the pk and sig are provided as a bearer token, hex-encoded, joined by `:`

The token is authenticated by the client's public key it signs for.

This may require some Axum middleware. We'll also need to look into middleware in order to cache certain things, like pk generation.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.