FukutoTojido / SSO-Demonstration

A demonstration for my assignment on Cyber Security course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Sign On Demonstration

Prerequisite

  • Node.js
  • Brain.bin

Guide

  • Clone this repository with git clone https://github.com/FukutoTojido/SSO-Demonstration
  • Front-end
    • cd src/front-end && npm i to install dependencies for Front-end Server
    • npm start to start Front-end server at http://localhost:7272
  • SSO server
    • cd src/sso-server && npm i to insstall dependencies for SSO server
    • npm start to start SSO server at http://localhost:7271

About

A demonstration for my assignment on Cyber Security course


Languages

Language:JavaScript 53.5%Language:HTML 41.5%Language:Handlebars 5.0%