A demo web application for OAuth built using atrium
and axum
. This project is a Rust-based port of the Python implementation found at Bluesky Social's Cookbook.
Currently, the application is hosted on render.com
. It is designed to be environment-agnostic and can run anywhere, provided it is connected to a Redis instance.
- Rust
1.83
or later
To set up the development environment, follow these steps:
cp .env.example .env
# Edit the .env file with your configuration
dotenvx run -- cargo run