A U2F demo server in Scala using Play Framework
This server requires:
- Play Framework: tested on 2.2.2 and 2.3.7 with activator
- mongodb: tested with version 2.0.2
The only thing you need to configure is the host in file app/Global.scala
If you are running in local, default host is http://localhost.com:9000 you will have to add this to your host file and access the interface using this address to test. If you want to use another local address, just remember that is MUST have a correct tld or the authentication may fail.