Top "Access-token" questions

Access Token is the last token acquired during the OAuth authentication process.

Web API token authentication with a custom user database

I am developing a Web API 2.1 service that needs to authenticate the connecting clients (HTML5/JS clients that I will …

c# authentication asp.net-web-api access-token
Facebook Page Access Tokens - Do these expire?

I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens: …

facebook facebook-graph-api access-token facebook-page
Request new access token using refresh token in username-password grant in Spring Security OAuth2

We're using the username-password grant to obtain an access token from our auth server. We want to refresh the access …

spring spring-security oauth-2.0 access-token spring-security-oauth2
Implementing an RESTful API Authentication using tokens (Yii/Yii2)

I am building an API in Yii 1.x which will be used with a mobile application. Part of the process …

php rest yii access-token restful-authentication
What if JWT is stolen?

I am trying to implement stateless authentication with JWT for my RESTful APIs. AFAIK, JWT is basically an encrypted string …

authentication access-token jwt
Authenticating the request header with Express

I want to verify that all our get requests have a specific token in their authentication header. I can add …

node.js express jwt aop access-token
What is the purpose of a "Refresh Token"?

I have a program that integrates with the YouTube Live Streaming API. It runs on timers, so its been relatively …

authentication oauth youtube-api access-token refresh-token
How to save Token to Local Storage

I'm working on a log in system for an app in school. I can register a user that gets saved …

javascript ajax access-token
What is the difference between OAuth based and Token based authentication?

I thought that OAuth is basically a token based authentication specification but most of the time frameworks act as if …

authentication oauth oauth-2.0 access-token jwt
Retrieving facebook user wall posts through graph API

I'm currently working on a facebook app which captures wall posts for a specified user, page or group, after a …

facebook facebook-graph-api access-token facebook-wall