use-auth0-hooks icon indicating copy to clipboard operation
use-auth0-hooks copied to clipboard

An easy way to sign in with Auth0 in your React application (client-side) using React Hooks

Results 11 use-auth0-hooks issues
Sort by recently updated
recently updated
newest added

withLoginRequired and withAuth weren't typed properly. Their parameters required ClassComponents. Using FunctionalComponents weren't possible previously. This commit changes their parameters to ComponentType. It accepts class components and function components. Returned...