Rust library to decode and validate JWT tokens using a JSON Web Key Store
JWKS client for Rust. Contribute to jfbilodeau/jwks-client development by creating an account on GitHub. (more…)
Read more »I wanted to explore different ways of communicating between different processes executing on the same machine, and doing so as fast as possible. We’re focussing on high speed inter-process communication (IPC), but some of these approaches can be extended … Read more