Skip to content

1.0.0 Release

Compare
Choose a tag to compare
@jmelberg-okta jmelberg-okta released this 23 Jan 00:03
· 149 commits to master since this release
df9db4f

Features

  • 8acfe1a - Adds ability to pass additional params to /authorize endpoint (#32)
  • 40226fe - Adds getUser helper method to return user data
  • 328ad40 - Adds helper method for determining and resuming the previous authentication state (#21, #53)
  • 0277fc3 - Adds id token validation
  • 4be608e - Updates sample application UI

Fixes

  • ae53238 - Fixes issue where tokens couldn't be refreshed when using the Resource Owner Password Flow

Other

  • 5180e3a - Update secure storage library
  • 8ea12c7 - Update error messages
  • e8a3882 - Caches discovery document for easy access
  • b28ecd5 - Code cleanup

Breaking Changes

  • 5caec69, a60fd7c - Convert a few closures to promises
  • 2b53f09 - Scopes passed via Plist must be a space separated String
  • 66cdc50 - Check for expiration on access token retrieval