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
- Host: GitHub
- URL: https://github.com/mariosantosdev/ignite-authentication
- Owner: mariosantosdev
- Created: 2022-06-01T18:44:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T00:16:10.000Z (over 3 years ago)
- Last Synced: 2025-01-03T08:47:55.120Z (about 1 year ago)
- Topics: axios, jwt-decode, nextjs, nookies
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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