Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 1.52 KB

Change Log

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.5.2] - 2017-12-23

Added

  • Added a test helper to authenticate request headers

[0.5.1] - 2017-12-11

Added

  • Update warden-jwt_auth dependency to ensure JWT scopes are not fetched from session

[0.5.0] - 2017-12-11

Added

  • Added whitelist strategy
  • Update warden-jwt_auth dependency

[0.4.4] - 2017-12-04

Fixed

  • Configure classes as strings to avoid problems with Rails STI

[0.4.3] - 2017-11-23

Fixed

  • Return nil and not raise when user is not found in model

[0.4.2] - 2017-11-21

Fixed

  • Update warden-jwt_auth dependency

[0.4.1] - 2017-10-03

Fixed

  • Do not generate double slash paths when one segment is blank

[0.4.0] - 2017-08-07

Added

  • Store exp in the blacklist strategy to easy cleaning tasks

[0.3.0] - 2017-06-07

Fixed

  • Allow configuring request formats to take into account through request_formats configuration option

[0.2.1] - 2017-04-13

Fixed

  • Ignore expired token revocation

[0.2.0] - 2017-02-28

Added

  • Dispatch token on sign up
  • Speed up initialization

Fixed

  • Do not depend on assumed helpers to build default paths
  • Use sign_out_via devise option to set revocation request methods
  • Take routes with scopes into account

[0.1.1] - 2017-01-26

Fixed

  • Request method configuration for Rails < 5