turing-machines / tpi

CLI tool to control your Turing Pi 2 board
https://docs.turingpi.com/docs/turing-pi2-tpi-cli
Apache License 2.0
29 stars 3 forks source link

Implement authentication #10

Closed ruslashev closed 12 months ago

ruslashev commented 1 year ago

This implements authentication based on bearer tokens, using a wrapper struct over reqwest::Request. In additional commits, address clippy and lack of license headers.

Fixes #2