Skip to content

Latest commit

 

History

History
187 lines (84 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

187 lines (84 loc) · 7.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2020-10-14)

2.0.0 (2020-10-14)

Features

  • Add support for authorization endpoint in Postman (59e47f5)

1.16.0 (2020-10-13)

1.15.0 (2020-10-13)

Features

  • Add support for the '/authorize' endpoint (4d22aed)

1.14.0 (2020-10-12)

Features

  • Add support for toggling when the client_secret is required or not based on the client's auth_methods property + add unit tests (9b17734)

1.13.1 (2020-10-10)

Bug Fixes

  • The issuer is not set in the discovery endpoint (530aafb)

1.13.0 (2020-10-10)

1.12.4 (2020-10-07)

1.12.3 (2020-10-07)

Bug Fixes

  • Remove file from gitignore (b42fa00)

1.12.2 (2020-10-07)

Bug Fixes

  • Build server does not understand file with no extensino (0a46d61)

1.12.1 (2020-10-07)

1.12.0 (2020-10-07)

Features

  • Add support for publishing API doc to Postman (ef10f68)

1.11.0 (2020-10-06)

Features

  • Add support to export APIs to Postman (9416972)

1.10.0 (2020-10-03)

Features

  • Add support for registering external OpenID providers using their discovery endpoint only (7cac6dd)

1.9.0 (2020-10-02)

Features

  • Add support for revoking refresh_token (9eccd27)

1.8.0 (2020-10-01)

Features

  • Add support for preventing invalid redirect_uri in the authorization_code grant type flow (eee8d8a)

1.7.0 (2020-09-30)

Features

  • Add support for jwks_uri in the discovery endpoint (c06db94)

Bug Fixes

  • The PKCE flow is invalid. It should require a valid 'code_challenge_method' (b7cdcb2)

1.6.0 (2020-09-23)

Features

  • Add support for PKCE and nonce (5f6223b)

1.5.3 (2020-09-21)

Features

  • Add support for outputing the raw result of a test (0634fc9)

1.5.2 (2020-09-21)

Features

  • Add support for testing custom password for new user creation (c97f2d9)

1.5.1 (2020-09-21)

Bug Fixes

  • The incorrect username password message is not being caught in a deterministic way (ed0bb6b)

1.5.0 (2020-09-21)

Features

  • Add support for dependency injestion for all event handlers so they are more easily testable (298bbb3)

1.4.0 (2020-09-20)

1.3.1 (2020-09-20)

Features

  • Add better separation of concerns between the three different modes: loginsignup, loginsignupfip and openid (320effa)
  • Break down the generate_token and get_token_claims into seperate method for each token type + add unit tests + add support for new create_fip_user event (5a8b040)

1.3.0 (2020-09-16)

Features

  • Add test suite to help unit test custom strategies (73b6a7b)

1.2.0 (2020-09-15)

Bug Fixes

1.1.0 (2020-09-15)

Features

  • Add support for configuring the token expiry time (59dc5c2)

1.0.2 (2020-09-14)

1.0.1 (2020-09-14)

1.0.0 (2020-09-14)

Features

  • Add support for environment variables and scopes configuration for each IdP (76ab6f1)
  • Full major redesign. (6716a52)

Bug Fixes

  • vulnerability (0ad55a4)
  • Vulnerability + force using HTTPS on calback URLs (517683c)
  • Vulnerability issues related to standard-version (710a358)