Skip to content

Removing googleAuth and googleAuthR_js support

Latest
Compare
Choose a tag to compare
@MarkEdmondson1234 MarkEdmondson1234 released this 28 Jan 15:30
· 18 commits to master since this release

If you are still using the deprecated with_shiny() then please depend on package googleAuthR == 1.4.1

  • Removed with_shiny() and googleAuth modules that have been deprecated for a while -use gar_shiny_* instead.
  • Improved error handling with custom http errors - API responses with errors will create R error conditions http_404 which can be used to more refined processing.