Firefox Accounts OAuth Credential Management Dashboard
fxa
Перейти к файлу
Vlad Filippov bb5d055253 chore(tests): add code coverage 2014-12-18 01:57:25 -05:00
app chore(dependencies): update to latest ember-cli and other deps 2014-12-18 00:59:28 -05:00
bin chore(build): fix jshint issues, remove unused tasks. 2014-10-22 19:26:16 -04:00
config fix(console): clean up, adds sample configuration example 2014-12-15 13:04:44 -05:00
lib feat(oauth): add oauth token creation 2014-11-06 15:41:51 -05:00
public fix(styles): update design based on feedback 2014-12-17 23:13:05 -05:00
scripts fix(build): remove post install script 2014-10-30 16:52:24 -04:00
tasks chore(docs): add text header to files 2014-10-23 16:16:18 -04:00
tests chore(tests): add code coverage 2014-12-18 01:57:25 -05:00
vendor feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
.bowerrc feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
.editorconfig chore(build): update to ember-cli 0.1.1 2014-10-05 14:20:54 -04:00
.ember-cli chore(build): update to ember-cli 0.1.1 2014-10-05 14:20:54 -04:00
.gitignore feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
.jscsrc chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
.jshintrc chore(build): update to ember-cli 0.1.2 2014-10-22 20:02:00 -04:00
.travis.yml fix(build): add npm install 2014-11-13 10:31:55 -05:00
Brocfile.js chore(build): fix jshint issues, remove unused tasks. 2014-10-22 19:26:16 -04:00
CHANGELOG fix(styles): update design based on feedback 2014-12-17 23:13:05 -05:00
CONTRIBUTING.md feat(update): better updating to clients, docs 2014-10-23 19:15:23 -04:00
CONTRIBUTORS chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
Gruntfile.js chore(docs): add text header to files 2014-10-23 16:16:18 -04:00
LICENSE chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
Procfile fix procfile script 2014-10-13 01:29:41 -04:00
README.md feat(update): better updating to clients, docs 2014-10-23 19:15:23 -04:00
bower.json chore(tests): add code coverage 2014-12-18 01:57:25 -05:00
package.json chore(tests): add code coverage 2014-12-18 01:57:25 -05:00
testem.json feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
wercker.yml chore(deploy): remove npm test 2014-10-06 00:38:31 -04:00

README.md

Firefox Accounts OAuth Credential Management Dashboard

Build Status wercker status

Development

Install:

git clone https://github.com/mozilla/fxa-oauth-console
cd fxa-oauth-console
npm install

Run development server locally:

npm start

You will need a local Firefox Accounts stack.

Run tests:

npm test

License

MPL v2.0