This is a user account management dashboard for userbase that compiles to a single html file. It allows users to create an account, change account details, delete their account and it also handles user login and logout.
Demo: https://slymax.com/dashboard
---
APP_ID: ""
REDIRECT_URL: ""
---
- set your userbase
APP_IDand an optionalREDIRECT_URLat the top of theindex.htmlfile. After successfully logging in or creating an account, users will be redirected to that url. - run
jekyll buildto build the dashboard.