A simple javascript application for an implicit oauth flow.
After having tried some javascript oauth libraries such as jso to implement a basic implicit oauth flow in javascript, I decided to make a simple alternative myself. This implementation uses lscache to solve the issue of token expiration in localstorage.