Giter VIP home page Giter VIP logo

ej2-job-manager's Introduction

ej2-job-manager

  • What we will build
    • we will extend this project in which we built a full-stack MERN app running at Netlify (frontend), Heroku (backend) connecting to an online database (MongoDB Atlas):
    • the final state of this project was that we could visit the site at Netlify, which fetched data from the Heroku API, which in turn fetched data from MongoDB Atlas:##tehonlinefinished
    • the task we will accomplish in this howto is:
      • when a user comes to this page, they are not allowed to see the job sources
      • instead they see a login form
      • if they login successfully, they able to view the information for 20 seconds
      • after 20 seconds are expired, they are logged out and they have to log in again to see the information
        • (20 seconds is of course for demonstration purposes, one can change this to any length of time later and keep a user logged in when they movement on the site, but the important aspect here is that our JWT tokens at some point expire which increases the security of our site)
        • after implementing login, the site looks like this:##howlookforsjwt
    • note that after successful login, the user can refresh the page and stay logged in
      • this is accomplished via a maintain-login route which sends the JWT token back
    • we will keep this site one page for the time being
      • the user object returned from a successful login will be saved in a variable in React
      • if the user object exists, only then will another fetch be called to get the sensitive data, in our case the job sources
  • What we will use:
    • Node/React
    • JWT
    • Postman
    • VSCode REST Client

ej2-job-manager's People

Contributors

edwardtanguay avatar

Watchers

 avatar

Forkers

sali-taymour

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.