auth0 / node-auth0

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

fix: ensure to use hyphens where needed #846

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Use 'pre-login' instead of pre_login, and 'pre-user-registration' instead of pre_user_registration.

Checklist