Skip to content

Instantly share code, notes, and snippets.

View nurandi's full-sized avatar

Nur Andi Setiabudi nurandi

View GitHub Profile
@nurandi
nurandi / shiny-oauth.r
Created December 1, 2023 10:36 — forked from hadley/shiny-oauth.r
Sketch of shiny + oauth
library(shiny)
library(httr)
# OAuth setup --------------------------------------------------------
# Most OAuth applications require that you redirect to a fixed and known
# set of URLs. Many only allow you to redirect to a single URL: if this
# is the case for, you'll need to create an app for testing with a localhost
# url, and an app for your deployed app.