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_ID
and an optionalREDIRECT_URL
at the top of theindex.html
file. After successfully logging in or creating an account, users will be redirected to that url. - run
jekyll build
to build the dashboard.