Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 1.26 KB

[0.0.5]

  • BREAKING CHANGE: rename 'ProviderOptions' to 'AuthOptions'
  • feat: support redirectTo option
  • fix: handle jwt expiry less than 60 seconds

[0.0.4]

  • fix: session refresh timer

[0.0.3]

  • fix: wrong timestamp value

[0.0.2]

  • fix: persistSessionString with wrong expiresAt

[0.0.1]

  • fix: URL encode redirectTo

[0.0.1-dev.11]

  • fix: parsing provider callback url with fragment #12

[0.0.1-dev.10]

  • fix: parses provider token and adds oauth scopes and redirectTo
  • fix: expiresAt conversion to int and getUser resolving JSON
  • fix: signOut method

[0.0.1-dev.9]

  • fix: User nullable params
  • fix: Session nullable params
  • fix: lint errors

[0.0.1-dev.8]

  • chore: Migrate to Null Safety

[0.0.1-dev.7]

  • fix: Password and other attributes defaulting to email field.
  • chore: export UserAttributes

[0.0.1-dev.6]

  • chore: export Provider class

[0.0.1-dev.5]

  • fix: updateUser bug
  • fix: http success statusCode check
  • fix: stateChangeEmitters uninitialized value

[0.0.1-dev.4]

  • fix: email verification required on sign up

[0.0.1-dev.3]

  • chore: export Session and User classes

[0.0.1-dev.2]

  • fix: session and user parsing from json
  • chore: method to get persistSessionString

[0.0.1-dev.1]

  • Initial pre-release.