Skip to content

Releases: electricimp/OAuth-2.0

2.1.0

29 Jul 18:34
262d597
Compare
Choose a tag to compare
  • Update to support Salesforce OAuth
    • Scope now optional param
    • Added optional user settings to both client constructors
    • Auth HTTP response can be retrieved via token ready callback
  • Code refactor
  • Updated code comments for public functions to JSDoc-like format

2.0.1-ci-testing

01 May 17:10
2c3e051
Compare
Choose a tag to compare
  • Updated badge to Team City
  • Changed automated testing device
  • Updated .impt.test
  • Removed travis.yml
  • Readme updates
  • Added .editorconfig and .gitignore files

2.0.1-docs

25 Jan 00:49
3e1d6c5
Compare
Choose a tag to compare
  • Minor documentation update: move the Examples section to the top of the main README document.

2.0.1

19 Oct 22:30
ea431fb
Compare
Choose a tag to compare
  • Fix error logging and make debug mode to be off by default

2.0.0

21 Jun 04:08
607e420
Compare
Choose a tag to compare

Support for platform-native crypto APIs instead of using AWS Lambda functions.

1.0.0

23 Jun 23:18
Compare
Choose a tag to compare

Updated documentation and cleaned up the code.

0.0.1

22 May 19:05
Compare
Choose a tag to compare

Initial release: JWT token authentication and device flows supported.