An open API service indexing awesome lists of open source software.

https://github.com/mariosantosdev/ignite-authentication

Application development in the Ignite Bootcamp of Rockeseat
https://github.com/mariosantosdev/ignite-authentication

axios jwt-decode nextjs nookies

Last synced: 4 months ago
JSON representation

Application development in the Ignite Bootcamp of Rockeseat

Awesome Lists containing this project

README

          

# Ignite Authentication

This project was created on [Ignite Bootcamp](rocketseat.com.br/ignite).

This project is a authentication flow.

## Technologies

- [NextJS](https://nextjs.org/) - Framework to ReactJS
- [Nookies](https://github.com/maticzav/nookies) - Library to control cookies on next
- [JWT Decode](https://github.com/auth0/jwt-decode) - Library to decode JWT
- [Axios](https://axios-http.com/ptbr/docs/intro) - API Client

## How Run It

### Running Project

1. Clone example [Backend](https://github.com/rocketseat-education/ignite-reactjs-auth-backend) and install dependencies using `npm i` or `yarn`
2. Run command `npm run dev` on backend folder
3. Clone this project and install dependencies using `npm i` or `yarn`
4. Run command `npm run dev` on folder of this project