Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 479 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 479 Bytes

Change Log (@egomobile/oauth2-client)

0.2.0

  • BEAKING CHANGE: createClientCredentialsClientFactory() is no default export anymore
  • add createPasswordClient() and createPasswordClientFactory() functions for password grant type based workflows
  • can also define scope in options now
  • code cleanups and improvements
  • (bug-)fixes

0.1.0

  • initial release