Skip to content

Commit

Permalink
Add viz of http handlers and flow to article
Browse files Browse the repository at this point in the history
  • Loading branch information
thohan88 committed Aug 29, 2024
1 parent 56e097d commit 0d6b55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions vignettes/articles/shiny.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ Shiny Server is not compatible with Shiny OAuth apps because it
which are essential for maintaining authentication.

## Understanding the OAuth Flow in Shiny with httr2
The OAuth flow is triggered by http handlers which listen to login, logout
and callback endpoints as shown in the following figure:

![](images/shiny_app_oauth_handlers_and_flow.png)

### Step 0: User visits a Shiny OAuth App
When a user accesses the app, `oauth_shiny_app()` checks for an existing
Expand Down

0 comments on commit 0d6b55b

Please sign in to comment.