Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Q: I'm missing route/function XYZ, do you plan to add it?
A: Yes! Just let us know what is missing for you and we're happy to improve this plugin for you

Q: I'm using Apache + PHP-FPM - I'm always getting wronglogin error, even with right credentials.
A: Your apache is not passing Authorization header to php-fpm. To do that, add to your .htaccess or vhost config file:

Code Block
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1