Vui

Results 103 comments of Vui

> hello how does the lexik library generate the token i have not seen any method exactly that does generera This is the one you are looking for: https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Security/Http/Authentication/AuthenticationSuccessHandler.php And...

Hi, do we still having some performance issue in this bundle? Feeling smooth here (i'm using linux) so far. From my past experience, hosting backend in Windows using Apache is...

For anyone encounter this issue and you are using the latest version of the bundle, you can use command `php bin/console lexik:jwt:generate-keypair` to generate keys. https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Resources/doc/index.md#prerequisites > change the JWT_PASSPHRASE...

Hmmm is it because of the nginx config? Try with apache instead? Or you might need to do something about the config, i guess?

Have you try it in incognito/private mode? Will it work?

How about using Symfony Uuid component?

Using symfony-cli server completely normal and no issue for me. > I am having the same problem, apparently, the symfony-cli server removes the headers needed for Nelmio cors work, using...

Just curious about the ` 401 error : jwt not found`. Double check your request header if it really contains the Bearer Token header? And are you using Apache web...

Hmmm so if we have `getUsername()` and `getUserIdentifier()` both in a user provider, it will trigger the `401 JWT Not Found` ?

> > don't forget to remove the old getUserName() method ! It was the problem with me. I > > Reopening then, I think we can improve the situation. The...