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

After refreshing the Page the isAuthenticated flag is false but in the cookie its set to true

I am trying to use this library to get an access token for a web api. I can login, but when I try to get the access token, I get...

As goszczynskip mentioned on: https://github.com/sandrinodimattia/use-auth0-hooks/issues/2 if you have a different redirect_url passed to login() than the one on Auth0 config, it will show a message saying "Auth0Client was not initialized"...

Everything is working wonderfully, except... when I load my app without a user logged in, and am checking for `isLoading`, it gets set to true but never gets set to...

Hi! It would be great if the types allowed `React.FunctionComponent` to be the argument of functions like `withAuth` and others.

Hello! I'm making a very simple application as a side project just to experiment with next.js and auth0 a little bit more and get back into some engineering. I had...

# Error description ``` Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix,...

Setup instructions include this bit for getting an access token for an API: When I do this, the useAccessToken function isn't actually used anywhere in the example and is undefined...

https://github.com/sandrinodimattia/use-auth0-hooks/blob/19af6143c3ab0ffaf1ad5e6f3b9455157d6e1b7d/src/wrappers/with-login-required.tsx#L35

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...