Pedro Estevão

Results 2 issues of Pedro Estevão

After sucessfully generate the token I'm able to make some REST api requests but if I request: curl -X GET https://my-domain.com/wp-json/wp/v2/token/validate \ -H 'Authorization: Bearer ACCESS_TOKEN' It shows: {"code":"rest_authentication_invalid_bearer_token","message":"Invalid bearer...

Hi, I'm using this example https://github.com/pkg/sftp/blob/master/examples/go-sftp-server/main.go to make some tests on a _internal_ sftp-server for data syncronization on multiple servers. I was abble to define some working directories per user,...