Skip to content

Commit

Permalink
docs(README): link to octokit/authentication-strategies.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 25, 2021
1 parent 6730bfb commit 1405b27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ const octokit = new Octokit({
const { data } = await octokit.request("/user");
```

To use a different authentication strategy, set `options.authStrategy`. A set of officially supported authentication strategies can be retrieved from [`@octokit/auth`](https://github.com/octokit/auth-app.js#readme). Example
To use a different authentication strategy, set `options.authStrategy`. A list of authentication strategies is available at [octokit/authentication-strategies.js](https://github.com/octokit/authentication-strategies.js/#readme).

Example

```js
import { Octokit } from "@octokit/core";
Expand Down

0 comments on commit 1405b27

Please sign in to comment.