Add service_auth to COMMUNITY.md (#885)

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
This commit is contained in:
shorii 2022-07-19 14:00:18 +09:00 committed by GitHub
parent 2071445015
commit 7dc56646ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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