simplajs / simpla

Open, modular, and serverless content management for a modern web
https://www.simplajs.org
MIT License
527 stars 36 forks source link

Add plugin to persist token in localStorage #52

Closed bedeoverend closed 7 years ago

bedeoverend commented 7 years ago

This adds in functionality to store the authentication token from Simpla's API in localStorage automatically. Previously an external helper (sm-module-save) was required to do this.