Skip to content

Demo the different between ways to authentication, authorization by using session-cookie, jwt, SSO

Notifications You must be signed in to change notification settings

minhlk/simple-oauth-sso-session-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Demo the different between ways to authentication, authorization by using session-cookie, jwt, SSO

How to

0. Install dependencies

npm install

1. Create .env file base on .env.example

cp .env.example .env

2. Session-cookie

npm run start-session

3. JWT

npm run start-jwt

4. SSO

npm run start-sso

Access localhost

http:https://localhost:3030/

About

Demo the different between ways to authentication, authorization by using session-cookie, jwt, SSO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages