From 283bbfbd36279032e12e142d522e0c50fe41e1ab Mon Sep 17 00:00:00 2001 From: Andrei Zolkin <58516282+Z4RX@users.noreply.github.com> Date: Wed, 8 Sep 2021 09:15:17 +0300 Subject: [PATCH] Add JWT auth example as community showcase (#309) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 88803024..ea00b17f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,3 +7,4 @@ setup as its own crate so its dependencies are clear. - [Houseflow](https://github.com/gbaranski/houseflow): House automation platform written in Rust. - [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust. +- [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes.