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.

Facebook OAuth 2.0 "code" and "token"

Why do you need both a "code" and a "token" in the Facebook OAuth2 authentication flow as described here: https://…

facebook oauth-2.0 facebook-authentication
Why is Google Calendar API (oauth2) responding with 'Insufficient Permission'?

I'm doing a get request to the following URL (with {id} replaced with the id from the web interface): https://…

curl oauth-2.0 google-calendar-api google-oauth
Service Applications and Google Analytics API V3: Server-to-server OAuth2 authentication?

I'm trying to make a server application to routinely pull Google Analytics data from my own GA account. Note, it …

php google-api oauth-2.0 google-analytics-api jwt
Getting access token with axios

I'm working with the Lyft API, and trying to figure out how to get an access token with axios with …

javascript node.js oauth-2.0 axios lyft-api
oauth-private.key does not exist or is not readable

So, I imported another project from Bitbucket and tried to launch it using php artisan serve, I always get this …

php laravel laravel-5 oauth-2.0 laravel-passport
Adding additional logic to Bearer authorization

I am attempting to implement OWIN bearer token authorization, and based on this article. However, there's one additional piece of …

c# asp.net-web-api oauth-2.0 owin bearer-token
Does it make sense to store JWT in a database?

I've implemented a basic authentication system with Spring Boot, Spring Security, OAUTH2 and JWT as auth tokens. It works alright …

spring rest security oauth-2.0 jwt
Using bearer tokens and cookie authentication together

I have a single page app - more or less based on the MVC5 SPA template - using bearer tokens …

asp.net-mvc asp.net-web-api oauth-2.0 owin
Automating access token refreshing via interceptors in axios

We've recently discussed an axios' interceptor for OAuth authentication token refresh in this question. Basically, what the interceptor should do …

vue.js oauth oauth-2.0 axios interceptor
Read all mails using Gmail API with OAuth

Is there any method to read all mails (i.e. both read and unread) using Gmail API with OAuth. The …

api gmail oauth-2.0 google-apps gmail-imap