- BREAKING CHANGE: rename 'ProviderOptions' to 'AuthOptions'
- feat: support redirectTo option
- fix: handle jwt expiry less than 60 seconds
- fix: session refresh timer
- fix: wrong timestamp value
- fix: persistSessionString with wrong expiresAt
- fix: URL encode redirectTo
- fix: parsing provider callback url with fragment #12
- fix: parses provider token and adds oauth scopes and redirectTo
- fix: expiresAt conversion to int and getUser resolving JSON
- fix: signOut method
- fix: User nullable params
- fix: Session nullable params
- fix: lint errors
- chore: Migrate to Null Safety
- fix: Password and other attributes defaulting to email field.
- chore: export UserAttributes
- chore: export Provider class
- fix: updateUser bug
- fix: http success statusCode check
- fix: stateChangeEmitters uninitialized value
- fix: email verification required on sign up
- chore: export Session and User classes
- fix: session and user parsing from json
- chore: method to get persistSessionString
- Initial pre-release.