@simulacrum/auth0-simulator v0.8.2
frontsidejack
released this
28 Nov 18:06
·
43 commits
to v0
since this release
[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