radumarias / rencfs-daemon

An encrypted file system in Rust that mounts with FUSE on Linux. It can be used to create encrypted directories.
Apache License 2.0
0 stars 0 forks source link

`gRPC` authentication #8

Closed radumarias closed 3 months ago

radumarias commented 3 months ago

Expose a cli with an auth method that can be run as root only and returns a token that you can then use in the gRPC calls.

https://github.com/hyperium/tonic/tree/master/examples/src/authentication

radumarias commented 3 months ago

duplicate #7