Skip to content

v1.0.1: Fixed a few issues

Latest
Compare
Choose a tag to compare
@abhayjatindoshi abhayjatindoshi released this 08 Sep 13:11
· 1 commit to master since this release
Problem: When the user is already added to persistence, and user signs in for the first time the dummy values in persistence were not getting updated.
Solution: Updating all the user details when the user signs in for the first time. When we fill the strategy vs id on the user object for the first time.

Problem: OauthToken constructor would throw Error when values are null, but null are usually expected for OauthToken
Solution: Updated the constructor to accept nulls too.