Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/innoq/rocaproof

demo application illustrating ROCA-style validation
https://github.com/innoq/rocaproof

Last synced: 7 days ago
JSON representation

demo application illustrating ROCA-style validation

Awesome Lists containing this project

README

        

this is a demo application to illustrate one approach for ROCA-style validation

Getting Started
---------------

* install [Flask](http://flask.pocoo.org/) and
[Flask-WTF](https://flask-wtf.readthedocs.org) (e.g. using
[virtualenv](http://virtualenv.readthedocs.org))
* install [Bower](http://bower.io)
* `npm install` and `bower install` downloads front-end dependencies
* `make server` launches the development server
* `make bundle` compiles the front-end code (optionally automated with
`make watch`)