auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
630 stars 309 forks source link

Avoid optional properties on responses where possible #921

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

This PR removes a whole lot of optional properties on responses (not request payloads) to improve DX.

Checklist