/userme-demo-ui

Example project showing Userme API usage for identity/token management in a real application. See more at http://github.com/stutzlab/userme

Primary LanguageHTMLMIT LicenseMIT

userme-demo-ui

Example application that uses Userme for account operations (registration, password reset, social login etc) and a separate container for backend for APIs.

New Account with local password

Facebook signin support

Google signin support

Backend services for this demo is at http://github.com/stutzlab/userme-demo-api See more at http://github.com/stutzlab/userme

Usage

  • Run demo
git clone http://github.com/stutzlab/userme-demo-api
cd userme-demo-api
docker-compose up -d
cd ..

git clone http://github.com/stutzlab/userme-demo-ui
cd userme-demo-ui
docker-compose up -d