File size: 447 Bytes
7c89ed7 | 1 2 3 4 5 6 7 8 9 10 | Web Interface
=============
MozDef uses the `Meteor framework`_ for the web interface and bottle.py for the REST API.
For authentication, MozDef supports local account creation.
Meteor (the underlying UI framework) supports `many authentication options`_ including google, github, twitter, facebook, oath, native accounts, etc.
.. _Meteor framework: https://www.meteor.com/
.. _many authentication options: https://docs.meteor.com/#accounts_api
|