Skip to content

han3zeng/react-playground

Repository files navigation

React-Playground

Introduction

  • The project implement the token-based authorization and authentication system. It has two back-end servers which are implemented by node.js.
    1. authorization-server
    2. resource-server

Architecture

  • Continuous Deployment from github repo
    • by google cloud run setting
  • express server

Script Instruction

  • npm run dev: dev mode
  • npm run build: build code
  • npm run start: invoke the express server to serve the web apge

PORT

  • default: 3000
  • to customize the port, edit process.env.PORT=[your value]

Origin

To Do

  • get csrf token at server side rendering
  • PWA
  • authentication front-end flow redesign

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages