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
npm start
- PORT
- CAS_PASSWORD : if undefined, any password (even blank) will be allowed
- NO_COOKIE : don't store cookie on the browser.