Skip to content

Releases: koopjs/koop-auth-direct-file

v3.0.0

27 Nov 14:36
Compare
Choose a tag to compare

Changed

  • eliminate authenticationSpecification method

Added

  • allow authenticate method to "refresh" a token
  • allow token to arrive on header, query, body

Fixed

  • strip 'Bearer ' string from any authorization header

v2.0.3

21 Nov 18:21
Compare
Choose a tag to compare

Fixed

  • username and password can arrive on query or body

v2.0.2

22 Aug 13:37
Compare
Choose a tag to compare
  • patch - invalidate with user not found

v2.0.1

21 Aug 23:03
Compare
Choose a tag to compare
  • migrate to jest

v2.0.0

04 Sep 19:40
Compare
Choose a tag to compare

Changed

  • authorize function argument is now the full Express request object
  • Authorization token may be delivered by query parameter token or the authorization header
  • authenticate function argument is now the full Express request object
  • Update koop-output-geoservices peer dependency to 2.0.0

v1.2.0

08 Jun 15:42
Compare
Choose a tag to compare

Added

  • replaced getAuthenticationSpecification with authenticationSpecification

v1.1.1

31 May 17:03
Compare
Choose a tag to compare

Add peer-dependencies

v1.1.0

29 May 19:49
Compare
Choose a tag to compare

Add new useHttp option to module