Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

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