Skip to content

@simulacrum/auth0-simulator v0.8.2

Compare
Choose a tag to compare
@frontsidejack frontsidejack released this 28 Nov 18:06
· 43 commits to v0 since this release
86ac2d3

[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. The scope option now accepts an array of objects to specify specific scopes for specific clients.
    • 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).
    • 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