aboutsummaryrefslogtreecommitdiff
path: root/node_modules/csrf/HISTORY.md
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-21 06:24:24 +0000
committerHumairAK <humair88@hotmail.com>2016-07-21 06:24:24 +0000
commit2549ee68e435b77e7e07d3ea95363268cbfe9164 (patch)
tree8f48f6447a4377f1bc15ae7d73dbab3337044720 /node_modules/csrf/HISTORY.md
parentd694c1a73f77def42c17b58027f046bf9e1af809 (diff)
Added other dependencies for authentication, made minor adjustments to index.js, added templating for exams, will remove dependencie modules later, keep for now
Diffstat (limited to 'node_modules/csrf/HISTORY.md')
-rw-r--r--node_modules/csrf/HISTORY.md86
1 files changed, 86 insertions, 0 deletions
diff --git a/node_modules/csrf/HISTORY.md b/node_modules/csrf/HISTORY.md
new file mode 100644
index 0000000..cbccedf
--- /dev/null
+++ b/node_modules/csrf/HISTORY.md
@@ -0,0 +1,86 @@
+3.0.3 / 2016-05-26
+==================
+
+ * deps: tsscmp@1.0.5
+
+3.0.2 / 2016-05-22
+==================
+
+ * Use `tsscmp` module for timing-safe token verification
+ * deps: base64-url@1.2.2
+ * deps: uid-safe@2.1.1
+ - deps: base64-url@1.2.2
+
+3.0.1 / 2016-01-28
+==================
+
+ * deps: rndm@1.2.0
+ * deps: uid-safe@2.1.0
+ - Use `random-bytes` for byte source
+
+3.0.0 / 2015-05-09
+==================
+
+ * Remove `tokenize` export
+ * Remove `tokenize` option
+ * Return a prototype-based object rather than functions
+ - This means the resulting functions need to be called as methods
+ * Throw when missing secret to `tokens.create()`
+ * deps: uid-safe@~2.0.0
+ - Use global `Promise` when returning a promise
+
+2.0.7 / 2015-05-03
+==================
+
+ * Fix compatibility with `crypto.DEFAULT_ENCODING` global changes
+
+2.0.6 / 2015-02-13
+==================
+
+ * deps: base64-url@1.2.1
+ * deps: uid-safe@~1.1.0
+ - Use `crypto.randomBytes`, if available
+ - deps: base64-url@1.2.1
+
+2.0.5 / 2015-01-31
+==================
+
+ * deps: base64-url@1.2.0
+ * deps: uid-safe@~1.0.3
+ - Fix error branch that would throw
+ - deps: base64-url@1.2.0
+
+2.0.4 / 2015-01-08
+==================
+
+ * deps: uid-safe@~1.0.2
+ - Remove dependency on `mz`
+
+2.0.3 / 2014-12-30
+==================
+
+ * Slight speed improvement for `verify`
+ * deps: base64-url@1.1.0
+ * deps: rndm@~1.1.0
+
+2.0.2 / 2014-11-09
+==================
+
+ * deps: scmp@1.0.0
+
+2.0.1 / 2014-08-22
+==================
+
+ * Rename module to `csrf`
+
+2.0.0 / 2014-06-18
+==================
+
+ * Use `uid-safe` module
+ * Use `base64-url` module
+ * Remove sync `.secret()` -- use `.secretSync()` instead
+
+1.0.4 / 2014-06-11
+==================
+
+ * Make sure CSRF tokens are URL safe