Skip to content

Releases: thefrontside/simulacrum

@simulacrum/auth0-cypress v0.6.8

28 Nov 18:06
86ac2d3
Compare
Choose a tag to compare

[0.6.8]

  • Added specific support for the grant_type client_credentials which is required for machine-to-machine tokens. This grant_type specifically does not run the rules. The scope option now accepts an array of objects to specify specific scopes for specific clients.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 4ffde63 support client_credentials grant_type on 2022-11-17
    • 9bb1b43 update change file with note about scope adjustments on 2022-11-23
  • Tweaks the login form so the button is a true form submission button. This allows the form to input validate, and enables all form submission options (enter primarily the addition).
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • fa4a9e2 auth0 submit as form button on 2022-11-21
  • The simulator should consider the audience and client_id passed in the request. The values may be important for logic in user defined rules, and is used in validating the token, e.g. in auth0-react.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 86cd7d0 consider client_id and audience in auth0 sim request on 2022-11-16

@simulacrum/auth0-simulator v0.8.1

04 Nov 18:19
c22f1fe
Compare
Choose a tag to compare

[0.8.1]

  • Async rules were not properly processing and would run as a race condition mutating the user and context objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and await on async code.
    • 013b5db change file on 2022-11-03

@simulacrum/auth0-cypress v0.6.7

04 Nov 18:19
c22f1fe
Compare
Choose a tag to compare

[0.6.7]

  • Async rules were not properly processing and would run as a race condition mutating the user and context objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and await on async code.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 013b5db change file on 2022-11-03

@simulacrum/auth0-simulator v0.8.0

02 Nov 14:28
bcb8ba4
Compare
Choose a tag to compare

[0.8.0]

  • export createAuth0Server operation for running Auth0 server standalone.
    • cd2f869 Export standalone Auth0 creation function on 2022-11-01

@simulacrum/auth0-cypress v0.6.6

02 Nov 14:29
bcb8ba4
Compare
Choose a tag to compare

[0.6.6]

  • export createAuth0Server operation for running Auth0 server standalone.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • cd2f869 Export standalone Auth0 creation function on 2022-11-01

@simulacrum/auth0-simulator v0.7.1

31 Oct 15:43
8a95179
Compare
Choose a tag to compare

[0.7.1]

  • The auth0 simulator /userinfo endpoint will fall back to check for the access_token query parameter if the authorization header is not set.
    • e3c55cd change file on 2022-10-27
  • The auth0 simulator /oauth/token endpoint passes the user data through which is important as input for rules.
    • f039985 pass user data at /oauth/token on 2022-10-31

@simulacrum/auth0-cypress v0.6.5

31 Oct 15:43
8a95179
Compare
Choose a tag to compare

[0.6.5]

  • The auth0 simulator /userinfo endpoint will fall back to check for the access_token query parameter if the authorization header is not set.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • e3c55cd change file on 2022-10-27
  • The auth0 simulator /oauth/token endpoint passes the user data through which is important as input for rules.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • f039985 pass user data at /oauth/token on 2022-10-31

@simulacrum/server v0.6.2

12 Oct 16:36
f9fb3fa
Compare
Choose a tag to compare

[0.6.2]

  • The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
    • 7a3b87a simulation filter may include null, include check on 2022-09-19

@simulacrum/ldap-simulator v0.5.3

12 Oct 16:36
f9fb3fa
Compare
Choose a tag to compare

[0.5.3]

  • The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
    • Bumped due to a bump in @simulacrum/server.
    • 7a3b87a simulation filter may include null, include check on 2022-09-19

@simulacrum/auth0-simulator v0.7.0

12 Oct 16:36
f9fb3fa
Compare
Choose a tag to compare

[0.7.0]

  • now exports a createAuth0Server operation which can be used directly without
    starting a Simulacrum server
    • 875def0 Add change entry on 2022-10-01