simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews

Downloads
10.4K
Stars
84
Committers
13

Bot releases are hidden (Show)

simulacrum - @simulacrum/auth0-simulator v0.8.1

Published by frontsidejack almost 2 years ago

[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 - @simulacrum/auth0-cypress v0.6.6

Published by frontsidejack almost 2 years ago

[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 - @simulacrum/auth0-simulator v0.8.0

Published by frontsidejack almost 2 years ago

[0.8.0]

  • export createAuth0Server operation for running Auth0 server standalone.
    • cd2f869 Export standalone Auth0 creation function on 2022-11-01
simulacrum - @simulacrum/auth0-cypress v0.6.5

Published by frontsidejack almost 2 years ago

[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 - @simulacrum/auth0-simulator v0.7.1

Published by frontsidejack almost 2 years ago

[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 - @simulacrum/auth0-cypress v0.6.4

Published by frontsidejack about 2 years ago

[0.6.4]

  • now exports a createAuth0Server operation which can be used directly without
    starting a Simulacrum server
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 875def0 Add change entry on 2022-10-01
simulacrum - @simulacrum/ldap-simulator v0.5.3

Published by frontsidejack about 2 years ago

[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 - @simulacrum/auth0-simulator v0.7.0

Published by frontsidejack about 2 years ago

[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
simulacrum - @simulacrum/server v0.6.2

Published by frontsidejack about 2 years ago

[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 - @simulacrum/auth0-cypress v0.6.3

Published by frontsidejack about 2 years ago

[0.6.3]

  • The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 43bb4cf simulation filter may include null, include check (#210) on 2022-08-23
simulacrum - @simulacrum/ldap-simulator v0.5.2

Published by frontsidejack about 2 years ago

[0.5.2]

  • The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
    • Bumped due to a bump in @simulacrum/server.
    • 43bb4cf simulation filter may include null, include check (#210) on 2022-08-23
simulacrum - @simulacrum/auth0-simulator v0.6.3

Published by frontsidejack about 2 years ago

[0.6.3]

  • The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
    • Bumped due to a bump in @simulacrum/server.
    • 43bb4cf simulation filter may include null, include check (#210) on 2022-08-23
simulacrum - @simulacrum/server v0.6.1

Published by frontsidejack about 2 years ago

[0.6.1]

  • The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
    • 43bb4cf simulation filter may include null, include check (#210) on 2022-08-23
simulacrum - @simulacrum/auth0-cypress v0.6.2

Published by frontsidejack over 2 years ago

[0.6.2]

  • add missing @simulacrum/client to auth0 package
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 6b0c7d1 add missing @simulacrum/client to auth0 package (#205) on 2022-04-20
simulacrum - @simulacrum/auth0-simulator v0.6.2

Published by frontsidejack over 2 years ago

[0.6.2]

  • add missing @simulacrum/client to auth0 package
    • 6b0c7d1 add missing @simulacrum/client to auth0 package (#205) on 2022-04-20
simulacrum - @simulacrum/auth0-cypress v0.6.1

Published by frontsidejack over 2 years ago

[0.6.1]

  • Add cosmiconfig as a dependency to the auth0-simulator
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 7bd03b4 add cosmiconfig as a dependency to @simularcurm/auth0-simulator (#203) on 2022-04-20
simulacrum - @simulacrum/auth0-simulator v0.6.1

Published by frontsidejack over 2 years ago

[0.6.1]

  • Add cosmiconfig as a dependency to the auth0-simulator
    • 7bd03b4 add cosmiconfig as a dependency to @simularcurm/auth0-simulator (#203) on 2022-04-20
simulacrum - @simulacrum/ldap-simulator v0.5.1

Published by frontsidejack over 2 years ago

[0.5.1]

  • fix typo in readme for Effection example
    • 622f61e fix typo in readme on 2022-04-13
simulacrum - @simulacrum/ldap-simulator v0.5.0

Published by frontsidejack over 2 years ago

[0.5.0]

  • feed ldap server uuid, cn directly to the low-level server api
    • e797e34 Simplify the LDAP schema on 2022-04-08
  • Add a README to the NPM package as well as an async api around an LDAP server
    resource
    • 399f3d0 Prep API and README for testing article (#200) on 2022-04-12
  • improve ldap types
simulacrum - @simulacrum/ldap-simulator v0.4.0

Published by frontsidejack over 2 years ago

[0.4.0]