From 42c1703ecd49471b47a490e946c6712b6a276629 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 16 Mar 2020 12:57:30 +0000 Subject: [PATCH] refactoring authentication --- subjects/forum/authentication.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/forum/authentication.en.md b/subjects/forum/authentication.en.md index d4bd50de5..5f5b7d4d3 100644 --- a/subjects/forum/authentication.en.md +++ b/subjects/forum/authentication.en.md @@ -2,9 +2,9 @@ ### Objectives -The goal of this project is to implement, into your forum, new ways of authentication. Github and google are mandatory. +The goal of this project is to implement, into your forum, new ways of authentication. You have to be able to register and to login using at least Google and Github authentification tools. -Some examples are: +Some examples of authentication ways are: - Facebook - GitHub @@ -13,7 +13,7 @@ Some examples are: This project will help you learn about: - Sessions and cookies. -- How to protect routes. +- Protecting routes. ### Instructions