Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 436 Bytes

fake-cas

ScreenShot

Handle a simple and fake CAS Authentication SSO in V1 with :

  • /login
  • /logout
  • /validate

Prefered login can be persist in localStorage

npm i
npm run start

Development

npm start

ENV

  • PORT
  • CAS_PASSWORD : if undefined, any password (even blank) will be allowed
  • NO_COOKIE : don't store cookie on the browser.