From 7dc56646ba1e28dbf08c2656dcfb434d3dfc6666 Mon Sep 17 00:00:00 2001 From: shorii Date: Tue, 19 Jul 2022 14:00:18 +0900 Subject: [PATCH] Add service_auth to COMMUNITY.md (#885) Co-authored-by: Billy Chan --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index cfc04e8d..b2ca420f 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -46,3 +46,4 @@ If you have built an app using SeaORM and want to showcase it, feel free to open - [VeryRezsi](https://github.com/szattila98/veryrezsi) | VeryRezsi is a subscription and expense calculator web-application. Powered by SvelteKit on client side, and Rust on server side. - [todo-rs](https://github.com/anshulxyz/todo-rs/) | A TUI ToDo-app written in Rust using Cursive library and SeaORM for SQLite - [KrakenPics](https://github.com/kraken-pics/backend) | A public file host written in rust using seaorm & actix_web +- [service_auth](https://github.com/shorii/service_auth) | A simple JWT authentication web-application