We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.1 Symfony 6.1
I got a strange error when trying to access /token api
/token
Unable to read key from file /var/oauth/private.key
I have both public and private key in /var/oauth, and yet it keep prompt unable to read key error.
/var/oauth
The text was updated successfully, but these errors were encountered:
Yeah I have the same issue. Tried putting the key in root, still nothing
Sorry, something went wrong.
Can you try this :
private.key
public.key
config/jwt/
league_oauth2_server.yaml
authorization_server
resource_server
private_key: '%kernel.project_dir%/config/jwt/private.key' public_key: '%kernel.project_dir%/config/jwt/public.key'
@thejoelinux Thank you man, it is working. I found a fix by putting the absolute path, but this is way better.
Sorry for not responding earlier, I totally missed this one. I'm going to have a look next week.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
PHP 8.1
Symfony 6.1
I got a strange error when trying to access
/token
apiI have both public and private key in
/var/oauth
, and yet it keep prompt unable to read key error.The text was updated successfully, but these errors were encountered: