@simulacrum/auth0-cypress v0.6.8
·
43 commits
to v0
since this release
[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