Skip to content

jacob-duong/node-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sso

SSO on Node.js server

Getting Started

Make sure you have git, node, and npm installed. Clone this repository locally. Add 127.0.0.1 site1.demo.localhost to your local hosts file. Add 127.0.0.1 site2.demo.localhost to your local hosts file.

Install node package dependencies:

npm install

Execute index.js from the root directory of the repository.

node index.js

Open site1.demo.localhost:3000 in your browser and login. Open site2.demo.localhost:3000 to verify authentication.

About

SSO on Node.js server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors