Pillarjs Csrf Versions Save

Logic behind CSRF token creation and verification.

3.1.0

5 years ago

3.0.6

7 years ago
  • Remove base64-url dependency

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

8 years ago

3.0.0

9 years ago
  • 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

9 years ago
  • Fix compatibility with crypto.DEFAULT_ENCODING global changes

2.0.6

9 years ago