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.
 
 
 
 
 
 
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 8 months ago
..
audit fix: update broken links in `audit/README.md` files 8 months ago
README.md fix(projects): replace satori/uuid in some projects because it is unmaintained and vulnurable 2 years ago
audit.md feat(audit.md): restore old audit.md files 9 months ago

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.