stutzlab / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 81.6%Language:JavaScript 16.8%Language:Dockerfile 0.8%Language:Shell 0.8%