Top "Oauth-2.0" questions

OAuth (Open Authorization) is an open protocol framework to allow secure API authorization in a simple and standardized way for desktop, mobile and web applications.

Correct redirect URI for Google API and OAuth 2.0

I am making an application with the Google Maps API. I want to be able to have one person on …

google-maps-api-3 oauth-2.0 google-fusion-tables
How do I get an OAuth 2.0 authentication token in C#

I have these settings: Auth URL (which happens to be a "https://login.microsoftonline.com/...") if that helps. Access Token …

c# oauth-2.0 restsharp
Why do access tokens expire?

I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given …

oauth oauth-2.0 google-api google-oauth
How to Logout of an Application Where I Used OAuth2 To Login With Google?

In my application, I implemented Google signout using jsapi. I used the url https://www.googleapis.com/oauth2/v1/tokeninfo?…

javascript api oauth-2.0
JWT refresh token flow

I'm building a mobile app and am using JWT for authentication. It seems like the best way to do this …

security authentication oauth-2.0 jwt
JWT (Json Web Token) Audience "aud" versus Client_Id - What's the difference?

I'm working on implementing OAuth 2.0 JWT access_token in my authentication server. But, I'm not clear on what the differences …

oauth oauth-2.0 jwt
Google access token expiration time

When I obtain an access_token from the Google API, it comes with an expires_in value. According to the …

oauth-2.0
Using Axios GET with Authorization Header in React-Native App

I'm trying to use axios for a GET request with an API which requires an Authorization header. My current code: …

react-native oauth-2.0 http-headers fetch axios
Is there an OAuth 2.0 Provider implementation in Java? (not oauth client)

So basically I want to protect my APIs with OAuth 2.0 and implement an OAuth Provider to enable acquiry of accessTokens …

java oauth-2.0 oauth-provider joauth
PG undefinedtable error relation users does not exist

I saw this question up before, but only for rspec. I haven't created test yet because it's too advanced for …

ruby-on-rails database ruby-on-rails-3 oauth-2.0 rake-task