Граф коммитов

1146 Коммитов

Автор SHA1 Сообщение Дата
Danny Coates 36ef45d674 ensure the preVerifyToken sub is defined 2014-09-03 12:31:09 -07:00
Danny Coates ed1c992ded cosmetic changes to preverifier functions 2014-09-03 12:03:48 -07:00
Danny Coates 90c192d975 removed iss from preVerifyToken JWT 2014-09-03 11:55:23 -07:00
Danny Coates f63115816a more preVerifyToken docs, strictSSL 2014-09-03 10:50:54 -07:00
Danny Coates b0137efe22 more input validation of preVerifyToken with regex 2014-09-02 15:02:30 -07:00
Danny Coates ebe39b1354 test re-create with preVerifyToken 2014-08-28 15:37:14 -07:00
Danny Coates bd82f8d84e stub docs fro preVerifyToken 2014-08-28 14:40:45 -07:00
Danny Coates 74145117d8 config cleanup 2014-08-28 11:26:23 -07:00
Danny Coates d18e786700 use b64url encoding for JWKs as in the spec 2014-08-28 11:19:08 -07:00
Danny Coates 674ed5de72 WIP on public-key preVerifyTokens 2014-08-22 18:06:34 -07:00
Danny Coates 73a0432d31 added a test for invalid preverifytoken, default config to no secret 2014-08-22 11:15:21 -07:00
Danny Coates 0e66115b9e initial sketch of preVerifiedTokens 2014-08-22 11:15:21 -07:00
Danny Coates c388e2d5c8 train-20 2014-08-22 11:13:34 -07:00
ckarlof 3754e9d662 Update CONTRIBUTING.md 2014-08-18 15:19:17 -07:00
ckarlof 763d3707de Update CONTRIBUTING.md
Update CONTRIBUTING.md to include more detail how rules around contributing code and code reviews.
2014-08-18 14:21:37 -07:00
Danny Coates 1ae3235522 Merge pull request #783 from mozilla/rfk/max-pending-scrypt
Add a bound on the number of in-flight scrypt hashes.
2014-08-17 10:44:44 -07:00
Ryan Kelly 60672c972a Add a limit to the number of in-flight scrypt hashes. 2014-08-16 13:14:39 +10:00
Danny Coates 4796d08549 train-19 2014-08-11 11:36:19 -07:00
Danny Coates dea4991049 added a default uid to request.summary lines. fixes #755 2014-08-11 11:08:01 -07:00
Danny Coates 435ddbcc64 changed nonceFunc skew logging to trace level 2014-08-08 13:14:40 -07:00
John Morrison fc389bcbc1 Merge pull request #779 from jrgm/why-failing
workaround for obsolete temp module 0.6
2014-08-06 19:03:43 -07:00
John Morrison cde76d33ff workaround for obsolete temp module 0.6 2014-08-06 18:54:48 -07:00
Danny Coates 0d37733ffe updated dependencies for qs 2014-08-06 18:00:54 -07:00
Danny Coates 57f73da833 updated dependencies 2014-08-06 14:11:57 -07:00
Andrew Chilton 22da18dba1 Merge pull request #777 from jrgm/payload-maxbytes
limit payload.maxBytes to 16384
2014-08-06 14:03:10 +12:00
John Morrison d38c1bd11b limit payload.maxBytes to 16384 2014-08-05 13:55:35 -07:00
Danny Coates c9c486c25a Merge pull request #776 from jrgm/remove-awsbox
remove awsbox dev dependency
2014-08-03 09:55:29 -07:00
John Morrison a4fb9cb819 remove awsbox dev dependency 2014-08-02 04:04:55 +00:00
Peter deHaan 1256472b1e removing npm spinner from travis logs 2014-08-01 10:09:53 +12:00
Danny Coates fc55fec1bc updated fxa-auth-db-mem should fix #773, for real 2014-07-30 17:01:18 -07:00
John Morrison a498e0502f Merge pull request #774 from jrgm/obey-nvm
nvm got strict again about whether "0.10" is quoted
2014-07-30 12:37:12 -07:00
John Morrison 5e4f5f080a nvm got strict again about whether "0.10" is quoted 2014-07-30 12:18:30 -07:00
Danny Coates d70f463fa4 updated fxa-auth-db-mem should fix #773 2014-07-30 11:00:23 -07:00
Danny Coates f3d5f26e8a train-18 2014-07-28 11:28:14 -07:00
Danny Coates 5d00bb589d added fxa-auth-db-mem to start-local. fixes #772 2014-07-28 11:17:07 -07:00
Danny Coates a08e219931 Merge pull request #771 from dannycoates/i700-2
fix #700
2014-07-27 22:38:39 -07:00
Danny Coates c52598e147 fix #700 2014-07-27 20:54:38 -07:00
Danny Coates ca29eeee13 Merge pull request #770 from dannycoates/i759
test client shouldn't send 'undefined' accept-language
2014-07-27 20:03:03 -07:00
Danny Coates f611d3a8e6 Merge pull request #769 from dannycoates/lesscustom
Biggish refactor of dependencies
2014-07-27 20:02:32 -07:00
Danny Coates ae8fac776f test client shouldn't send 'undefined' accept-language 2014-07-27 16:04:16 -07:00
Danny Coates 34cdb89181 too soon to rm customs-server dep 2014-07-27 15:34:48 -07:00
Danny Coates a44b4ad562 Merge pull request #765 from chilts/i764-hexify-uids-for-logs
Fixes #764: Log the uid as hex
2014-07-24 03:16:57 +00:00
Danny Coates e6ea9c0f14 resolved all custom git dependencies and removed mysql and heap db.
the new fxa-auth-db-mem dev dep hosts a memory db over the httpdb
api.
2014-07-23 12:49:59 -07:00
Andrew Chilton 7b83874452 Merge pull request #767 from chilts/more-docs-on-processes
Explain what processes start up when running npm start
2014-07-23 15:53:40 +12:00
Andrew Chilton 7b3d0330b4 Explain what processes start up when running npm start 2014-07-23 10:10:46 +12:00
Andrew Chilton c3411f540f Merge pull request #761 from Fmstrat/master
Update to README to avoid node errors
2014-07-22 15:00:23 +12:00
Andrew Chilton cd51998e4a Merge pull request #766 from mozilla/update-hapi-6.2.0
Update to hapi 6.2.0
2014-07-21 16:49:17 +12:00
Ryan Kelly de12adb26b Update to hapi 6.2.0 2014-07-21 14:28:31 +10:00
Andrew Chilton f65d2b938f Fixes #764: Log the uid as hex
Otherwise the logs aren't processed correctly by heka.
2014-07-21 12:39:03 +12:00
Fmstrat a3b17d9130 Update README.md 2014-07-16 09:58:40 -04:00