This commit is contained in:
Danny Coates 2014-03-03 11:09:41 -08:00
Родитель db8695ff35
Коммит c53c06be02
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,10 @@
train-04
* added `lockdown` for stable dependencies #19
* refactored mysql.js #588
* allow repeat signup against unverified emails #593
* added cache-control to /.well-known/browserid #597
* collect loggable data before authentication #601
train-03
* upgrade hapi to 2.4.0
* fixed password reset account lockout bug #575

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "0.0.3",
"version": "0.0.4",
"description": "An identity provider for PiCL services",
"bin": {
"fxa-auth": "./bin/key_server.js"