guess-js.github.io icon indicating copy to clipboard operation
guess-js.github.io copied to clipboard

Document how to use JWT instead of OAuth

Open mgechev opened this issue 6 years ago • 0 comments

Often folks want to run Guess.js inside CI where the only way to authenticate is using an authentication token. Although this behavior is supported, it's not well documented.

To authenticate with a JWT, first one should generate a token and after that provide it to the GuessPlugin configuration object.

Consider writing a guide on building app with the GuessPlugin in CI or simply, a guide on how to authenticate with a token.

mgechev avatar Nov 22 '18 02:11 mgechev