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

https://github.com/milanh34/unicode_lp_task_3


https://github.com/milanh34/unicode_lp_task_3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# unicode_lp_task_2
This repository contains the code for the third learning period task of DJ Unicode, Web Frontend.

# Objective -
  1. Implementation of User Authentication using JWT Tokens
  2. Creating an instance of axios and axios intercept
# Creating a Login/Signup with validation in ReactJS
Key features to be implemented :
1. Learn and implement axios for api fetching (i.e for all CRUD methods ).
# Problem Statement -
  1. Integrate signup & login page using apis & axios
    ● You’ll get access token by logging in
    ● Use access token to get a pair of tokens (again access and refresh)
    ● Now the new access token can be used to call other requests where this token will be
required
  2. Pass access token received on login to all access all other pages .(i.e the user should access home
page only when access token is available for that logged in account)
# Bonus Task -
  1. Create Homepage & Navbar
  2. Read about JWT tokens

--------------------x--------------------

The Third Task has been completed along with one of the bonus tasks.

# Website Hosted
You can check out this link to see the website live : https://milanh34.github.io/unicode_lp_task_3/