From 7537959c413c5afbcfcead1583c7f4a44b209531 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Tue, 14 Sep 2021 11:12:47 -0400 Subject: [PATCH] docu: added link for React.js login and authentication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 935de11..d216554 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Links [React.js login form example with basic auth](https://jasonwatmore.com/post/2018/09/11/react-basic-http-authentication-tutorial-example) [React.js axios REST tutorial](https://www.positronx.io/react-axios-tutorial-make-http-get-post-requests/) +[React.js login and authentication](https://www.digitalocean.com/community/tutorials/how-to-add-login-authentication-to-react-applications)