Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 348 Bytes

js-simple-sission

JavaScript Simple Session This project let you handle your session into web page using browser cookies. It use https://github.com/js-cookie/js-cookie to handle cookie. This project will take two callback for login and logout. You need to develop login system using REST and attach into this project to verify user and password.