JoSSte
JoSSte
In my experience it works fine, even though the warnings appear... I'd like them to disappear though...
I thought so too until I dove in and learned OAuth2.0 by reading and experimenting. If you don't understand the concepts it is not easy to follow. If you read...
> I'm getting the same error when I'm trying to use token authentication. The workaround for me was to put the token as the password. see [#19 (comment)](https://github.com/janjoerke/vscode-jenkins-pipeline-linter-connector/issues/19#issuecomment-596307978) I had...
have you read https://bshaffer.github.io/oauth2-server-php-docs/storage/custom/ If you are using mysql/mariadb you can basically ewxtend `OAuth2\Storage\Pdo` or write your own... the `OAuth2\Storage\Pdo` implementation extends `ClientCredentialsInterface` which implements ` \OAuth2\Storage\ClientInterface` also if you...