/speckle

A simple Rust app that connects to a Redis database to check if the Bearer token in the Authorization header exists.

Primary LanguageRustMIT LicenseMIT

speckle

Connects to a redis database to check if the Bearer token in the Authorization header exists.

If the token does not exist an exception is logged.

Getting Started

  1. Start redis:
$ docker-compose up redis-db
  1. Run the application:
$ cargo run