Releases: thefrontside/simulacrum
Releases · thefrontside/simulacrum
@simulacrum/auth0-simulator v0.8.3
[0.8.3]
- The auth0-simulator
/login/callback
is difficult to inspect. We need theclient_id
passed, but it seems safe to pass the wholewctx
object as query strings. - The auth0-simulator userData does not consider the Auth0 email verification functionality. Set it to
true
as a default to enable minimal functionality.- 547ef7f default auth0 simulator userData email_verified to true on 2022-11-29
- The login form needs
event.preventDefault()
to allow the Auth0 library functions to run instead of default form functionality.- 046f49f add event.preventDefault() to login form for submit event on 2022-11-29
- The auth0-simulator uses a logger that was refactored and broke the middleware logging. As a stopgap to the required, involved refactor, log out based on the debug flag.
@simulacrum/auth0-cypress v0.6.9
[0.6.9]
- The auth0-simulator
/login/callback
is difficult to inspect. We need theclient_id
passed, but it seems safe to pass the wholewctx
object as query strings. - The auth0-simulator userData does not consider the Auth0 email verification functionality. Set it to
true
as a default to enable minimal functionality.- Bumped due to a bump in @simulacrum/auth0-simulator.
- 547ef7f default auth0 simulator userData email_verified to true on 2022-11-29
- The login form needs
event.preventDefault()
to allow the Auth0 library functions to run instead of default form functionality.- Bumped due to a bump in @simulacrum/auth0-simulator.
- 046f49f add event.preventDefault() to login form for submit event on 2022-11-29
- The auth0-simulator uses a logger that was refactored and broke the middleware logging. As a stopgap to the required, involved refactor, log out based on the debug flag.
@simulacrum/server v0.6.3
[0.6.3]
- When creating a person with the person simulator, we now allow passing in a specific
id
to use.- 6793a27 change file on 2022-11-16
@simulacrum/ldap-simulator v0.5.4
[0.5.4]
- When creating a person with the person simulator, we now allow passing in a specific
id
to use.- Bumped due to a bump in @simulacrum/server.
- 6793a27 change file on 2022-11-16
@simulacrum/auth0-simulator v0.8.2
[0.8.2]
- 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. Thescope
option now accepts an array of objects to specify specific scopes for specific clients. - 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).
- 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
.- 86cd7d0 consider client_id and audience in auth0 sim request on 2022-11-16
@simulacrum/auth0-cypress v0.6.8
[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. Thescope
option now accepts an array of objects to specify specific scopes for specific clients. - 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
[0.8.1]
- Async rules were not properly processing and would run as a race condition mutating the
user
andcontext
objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle andawait
on async code.- 013b5db change file on 2022-11-03
@simulacrum/auth0-cypress v0.6.7
[0.6.7]
- Async rules were not properly processing and would run as a race condition mutating the
user
andcontext
objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle andawait
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
[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
[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