Skip to content

v1.0.0

Compare
Choose a tag to compare
@seanfisher seanfisher released this 14 Apr 20:09
· 43 commits to master since this release

The API/design is stable enough that this is marked as the 1.0.0 release.

Added

  • VS Code launch.json for example app
  • New prompt, login_hint, domain_hint, locale, and display authorization parameters (See #8 and #18), thanks to @rachaelsingleton
  • Support for a tenant configuration option (See #17)
  • Documentation updates:
    • README updates for configuration options
    • Changelog

Changed

  • Use npm instead of yarn for tracking dependencies
  • Upgraded dependencies of main library
  • Upgraded dependencies of example application, including from Express 3.x to 4.x

Security