Closed bukohub closed 4 years ago
Hi! Check that your private and public key is valid. In your other comment I saw < br />
in your private key, which is not valid. Try to recreate the private and the public key.
Hi @odan, thank u for u answer. When I copy the keys and paste in the settings the editor generate space and this is the issue. Just remove space in the editor.
Thank u friend
Hi friend, thank you for this framework.
I got a issue con the authorization (JWT), always stay in status 401, but I don't know for what. The API generate TOKEN, but is false in this line:
` public function validateToken(string $accessToken): bool { $token = $this->createParsedToken($accessToken);
What is your recommend? Thank u friend.