Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2020-05-26

Added

  • This CHANGELOG file.
  • authorize, authenticate, logout middlewares.
  • encrypt utils.
  • parseBody function for vanilla http node servers.
  • Custom AuthError.
  • setCookie and getCookie helpers.
  • Unit tests. Still incomplete.
  • ESlint

Changed

  • Migrated to TypeScript

Removed

  • withAuth HOC
  • login client function
  • logout client function
  • auth function
  • nookies dependency