You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: