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.
566 B
566 B
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:
- GitHub
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.