-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Unable to read key from file #95
Comments
Yeah I have the same issue. Tried putting the key in root, still nothing |
Can you try this :
private_key: '%kernel.project_dir%/config/jwt/private.key'
public_key: '%kernel.project_dir%/config/jwt/public.key'
|
@thejoelinux |
Sorry for not responding earlier, I totally missed this one. I'm going to have a look next week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: