Skip to content

Commit

Permalink
chore!: Removes use_futures
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Oct 22, 2024
1 parent bcc5305 commit ef1ae25
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ export(new_entra_id_config)
export(new_google_config)
export(new_openid_config)
export(token)
export(use_futures)
15 changes: 0 additions & 15 deletions R/futures.R

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ auth_config <- new_openid_config(
### 2. Secure your Shiny application

To secure your Shiny Application you will need to add the middleware layers
using [tower]("https://github.com/ixpantia/tower") and configure the
using [tower](https://github.com/ixpantia/tower) and configure the
client credentials.

Here is an example of a Shiny application that uses tapLock to secure
Expand Down
25 changes: 0 additions & 25 deletions man/use_futures.Rd

This file was deleted.

0 comments on commit ef1ae25

Please sign in to comment.