- Rebaz Saleh and Wajdi Aljedani
Implementation of Secure Session Management using sailsjs
- Install sailsjs from here
- clone the repository
- navigate to the SecureSessionManagement directory
- npm install
- sails lift
- browse to the url in shown in the terminal
- Signup to create new users
- By default new users have access to add, edit, remove books
- You can change user privlidges by logging as admin
- List of users is shown to only admin
-
To login as admin
- Email: [email protected]
- Password: 123456
-
The session expire time is 20 seconds, after that time users have to login again in order to perform transactions
- Rebaz Saleh
- Wajdi Aljedani