use-auth0-hooks
use-auth0-hooks copied to clipboard
Typo On NPM docs
There is a typo on your npm docs, the following line:
import { useAuth0 } from 'use-auth0-hooks';
should be:
import { useAuth } from 'use-auth0-hooks';
Please reconcile the npm docs with the readme
All of the concepts of this library have been moved to the official Auth0 SDK for React, so I'll be archiving this repository shortly.