v0.9.0
Additions
*auth.linkWithPopup(authProvider)
: links the authenticated provider to the user account using a pop-up based OAuth flow. Thanks @hhorne! π*auth.linkWithRedirect(authProvider)
: links the authenticated provider to the user account using a full-page redirect flow. Thanks @hhorne! π*auth.unlink(authProvider)
: unlinks a provider from a user account. Thanks @hhorne! π