This JEE app is the demo for the sqrl-server-base and sqrl-server-atmosphere libraries. This demo app is running at https://sqrljava.tech:20000/sqrlexample/login
You can run the demo app locally by:
- Checkout the sqrlexample project:
git clone https://github.com/sqrlserverjava/sqrl-server-example.git
- Move into the directory:
cd sqrl-server-example
- Start the server with jetty:
mvn jetty:run
- Install a native SQRL client such as sqrl.exe from grc.com - mobile clients will not work when running on localhost
- Open https://127.0.0.1/sqrlexample/ in Chrome, IE, or Edge (firefox does not work on localhost for some reason)
- Bypass the certificate warning (unavoidable on localhost)
You can also run the maven jetty command in debug mode in eclipse (or your favorite IDE) to step through the code, etc
See CONTRIBUTING.md