Skip to content

Commit

Permalink
Merge branch 'main' of github.com:BarryCarlyon/twitch_misc
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Jan 3, 2024
2 parents e6c2c6c + e3cb34d commit b24e4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authentication/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An example [capture page](webpage) is provided, it uses a bit of javascript will

Since Twitch has now made available [Device Code Flow](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#device-code-grant-flow) this approach is redundant as the DCF flow is much preferred.

For a DCF example pop over to [here](../authentication/electron_devicecode/) instead!
For a DCF example pop over to [here](../electron_devicecode/) instead!

## Methods

Expand Down
2 changes: 1 addition & 1 deletion authentication/electron_devicecode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It could also be using in games or other programs that cannot easily capture a r

This example stores the resultant access and refresh token using [Electron Store](https://github.com/sindresorhus/electron-store) at start up it checks for a pre-existing access and if still valid uses it, otherwise attempts to refresh using the refresh token and continue.

## How for Device Code Flow Work
## How does Device Code Flow Work

A simplified overview

Expand Down

0 comments on commit b24e4c8

Please sign in to comment.