From ac1868fdf2c4f93a0dd0f21c73bf73b34d63b35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20YALVA=C3=87?= Date: Sun, 22 Mar 2020 18:51:50 +0300 Subject: [PATCH] JWT example added to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7f54533..6864bcbe 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A curated list of examples related to actix. * [Broker](https://crates.io/crates/broker) : Real-time Zero-Code API Server * [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container. * [Complete Actix 2.x REST Server](https://github.com/ddimaria/rust-actix-example): Actix 2.x HTTP Server featuring multi-database support, auth/JWTs, caching, static files, app state, tests, coverage, and docker. +* [Actix Server Authentication with JWT and MongoDB](https://github.com/emreyalvac/actix-web-jwt/) : An implementation of JWT in Actix. ## Contribute