## authentication ### Objectives The goal of this project is to implement, into your forum, new ways of authentication. Github and google are mandatory. Some examples are: - Facebook - GitHub - Google This project will help you learn about: - Sessions and cookies. - How to protect routes. ### Instructions - Your project must have implemented at least the two authentication examples given must be implemented. - Your project must be written in **Go**. - The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).