Browse Source

refactoring authentication

pull/515/head
OGordoo 5 years ago committed by Christopher Fremond
parent
commit
42c1703ecd
  1. 6
      subjects/forum/authentication.en.md

6
subjects/forum/authentication.en.md

@ -2,9 +2,9 @@
### Objectives ### 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 - Facebook
- GitHub - GitHub
@ -13,7 +13,7 @@ Some examples are:
This project will help you learn about: This project will help you learn about:
- Sessions and cookies. - Sessions and cookies.
- How to protect routes. - Protecting routes.
### Instructions ### Instructions

Loading…
Cancel
Save