Commit Graph

7 Commits

Author SHA1 Message Date
alexandercerutti
0deb4861ff Updated .gitignore 2018-09-12 23:54:24 +02:00
alexandercerutti
0e818aaef7 Removed server.js, edited .gitignore and package.json to remove server.js 2018-09-12 23:38:40 +02:00
alexandercerutti
c0098fe171 Added script for dev to ignore list 2018-08-07 01:12:39 +02:00
Alexander Cerutti
afddb1fdba Removed config.json from files, added validation for config output and models dir paths as promise in init() function 2018-06-07 19:20:24 +02:00
Alexander Cerutti
37e3e69df6 Requests and serving update
Added support for POST Requests with JSON HTTP Body and GET Requests with QueryString,
Renamed res and req in 'response' and 'request',
Added support for pass.json buffer retrieval, editing and direct compression in the zip file,
Introduced function fileStreamToBuffer to simplify the retrivial of pass.json,
Edited pass types names conforming to Apple guide
2018-05-09 18:12:40 +02:00
Alexander Cerutti
269e85e7f8 First working version that let you download pass on http request
Added config.json for paths and credentials configuration.
2018-05-06 00:06:50 +02:00
Alexander Cerutti
7164961ddb First Passkit server commit 2018-04-27 18:25:31 +02:00