mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
633 B
23 lines
633 B
5 years ago
|
## authentication
|
||
|
|
||
|
### Objectives
|
||
|
|
||
5 years ago
|
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 authentication tools.
|
||
5 years ago
|
|
||
5 years ago
|
Some examples of authentication means are:
|
||
5 years ago
|
|
||
|
- Facebook
|
||
|
- GitHub
|
||
|
- Google
|
||
|
|
||
|
This project will help you learn about:
|
||
|
|
||
|
- Sessions and cookies.
|
||
5 years ago
|
- Protecting routes.
|
||
5 years ago
|
|
||
|
### Instructions
|
||
|
|
||
5 years ago
|
- Your project must have implemented at least the two authentication examples given.
|
||
5 years ago
|
- Your project must be written in **Go**.
|
||
|
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
|