The two asynchronous methods .connect() & .load() when catching an error should reject the promise instead of resolving to false (as it is currently).
This allows for the possibility of catching those rejections & handling those issues properly to offers a better UX for the set of users that have issues login in (Brave, no cookies, no cross site tracking...).
The two asynchronous methods .connect() & .load() when catching an error should reject the promise instead of resolving to false (as it is currently).
This allows for the possibility of catching those rejections & handling those issues properly to offers a better UX for the set of users that have issues login in (Brave, no cookies, no cross site tracking...).