All Projects → MarkEdmondson1234 → Googleauthr

MarkEdmondson1234 / Googleauthr

Licence: other
Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Googleauthr

Auth0
Authentication in shinyapps using Auth0 service
Stars: ✭ 100 (-33.33%)
Mutual labels:  shiny, authentication
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-21.33%)
Mutual labels:  api, google
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (-33.33%)
Mutual labels:  api, authentication
Google Translate Api
A free and unlimited API for Google Translate 💵🚫
Stars: ✭ 1,996 (+1230.67%)
Mutual labels:  api, google
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-10%)
Mutual labels:  api, google
Searchconsoler
R interface with Google Search Console API v3, including Search Analytics.
Stars: ✭ 99 (-34%)
Mutual labels:  api, google
Simple token authentication
Simple (but safe) token authentication for Rails apps or API with Devise.
Stars: ✭ 1,474 (+882.67%)
Mutual labels:  api, authentication
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (-42.67%)
Mutual labels:  google, authentication
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-16%)
Mutual labels:  api, google
Gsheets Db Api
A Python DB-API and SQLAlchemy dialect to Google Spreasheets
Stars: ✭ 122 (-18.67%)
Mutual labels:  api, google
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-36%)
Mutual labels:  api, authentication
React With Wordpress
🔥 Example of react application to access WordPress REST API
Stars: ✭ 137 (-8.67%)
Mutual labels:  api, authentication
Capacitorgoogleauth
Capacitor plugin for Google Auth. Lightweight & no dependencies.
Stars: ✭ 92 (-38.67%)
Mutual labels:  google, authentication
Parse Google Docs Json
Authenticates with Google API and parse Google Docs to JSON or Markdown
Stars: ✭ 100 (-33.33%)
Mutual labels:  api, google
Gargle
Infrastructure for calling Google APIs from R, including auth
Stars: ✭ 88 (-41.33%)
Mutual labels:  google, authentication
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (-27.33%)
Mutual labels:  api, authentication
Rust rocket api authentication
An example of API written in Rust with the rocket.rs framework, with a JWT Authentication
Stars: ✭ 82 (-45.33%)
Mutual labels:  api, authentication
Node Google Dfp
A service for integrating with Google DFP over NodeJS
Stars: ✭ 84 (-44%)
Mutual labels:  api, google
Esp V2
A service proxy that provides API management capabilities using Google Service Infrastructure.
Stars: ✭ 120 (-20%)
Mutual labels:  api, google
Gsts
Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
Stars: ✭ 136 (-9.33%)
Mutual labels:  google, authentication

googleAuthR - Google API R Client

CRAN Travis-CI Build Status codecov

gargle backend

As of version googleAuthR>=1.0.0 the OAuth2 and service JSON authentication is provided by gargle. Refer to that documentation for details.

The plan is to migrate as much functionality to gargle from googleAuthR, but backward compatibility will be maintained for all packages depending on googleAuthR in the meantime.

Once there is feature parity, client packages can then migrate totally to gargle. At time of writing some of the major features not in gargle yet are:

  • Shiny authentication flows
  • Paging
  • Caching
  • Batching

If you are not using the above then you can use gargle directly now. Otherwise you can still use googleAuthR that will use the features of gargle and wait for more features to be migrated.

Overview

This library allows you to authenticate easily via local use in an OAuth2 flow; within a Shiny app; or via service accounts.

The main two functions are gar_auth() and gar_api_generator().

gar_auth

This takes care of getting the authentication token, storing it and refreshing. Use it before any call to a Google library.

gar_api_generator

This creates functions for you to use to interact with Google APIs. Use it within your own function definitions, to query the Google API you want.

Summary

Auto-build libraries for Google APIs with OAuth2 for both local and Shiny app use.

Get more details at the googleAuthR website

The googleAuthRverse Slack team has been setup for support for using googleAuthR and the libraries it helps create. Sign up via this Google form to get access.

R Google API libraries using googleAuthR

Here is a list of available Google APIs to make with this library. The below libraries are all cross-compatible as they use googleAuthR for authentication backend e.g. can use just one OAuth2 login flow and can be used in multi-user Shiny apps.

Feel free to add your own via email or a pull request if you have used googleAuthR to build something cool.

googleAuthR now has an R package generator which makes R package skeletons you can use to build your own Google API R package upon. Browse through the 154 options at this Github repository.

Thanks to

Install

googleAuthR is available on CRAN

install.packages("googleAuthR")

Check out News to see the features of the development version.

If you want to use the development version on Github, install via:

remotes::install_github("MarkEdmondson1234/googleAuthR")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].