public/subjects/forum/authentication
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
..
audit fix: update broken links in `audit/README.md` files 2023-09-11 11:17:57 +01:00
README.md fix(projects): replace satori/uuid in some projects because it is unmaintained and vulnurable 2022-10-20 15:54:06 +01:00
audit.md feat(audit.md): restore old audit.md files 2023-09-05 15:38:56 +01:00

README.md

authentication

Objectives

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.

Some examples of authentication means are:

  • Facebook
  • GitHub
  • Google

Instructions

  • Your project must have implemented at least the two authentication examples given.
  • Your project must be written in Go.
  • The code must respect the good practices.

Allowed packages

This project will help you learn about:

  • Sessions and cookies.
  • Protecting routes.