Makes it possible to install just the auth library you're using 🎉
This is a breaking change with imports, which necessitates v2.
Functionality remains the same.
Docs have been updated. You now import like this:
import { Auth0 } from "react-use-auth/auth0"
// or
import { NetlifyIdentity } from "react-use-auth/netlify-identity"