In this PR, I added single quotes around the installation commands in the "Installation" section of the documentation. This was necessary due to an issue I encountered on macOS: the command pip install fastapi-jwt[authlib] did not work and resulted in a zsh: no matches found error. Adding the quotes resolves this issue and allows the package to be installed correctly.
In this PR, I added single quotes around the installation commands in the "Installation" section of the documentation. This was necessary due to an issue I encountered on macOS: the command pip install fastapi-jwt[authlib] did not work and resulted in a zsh: no matches found error. Adding the quotes resolves this issue and allows the package to be installed correctly.