Top "Access-token" questions

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

OAuth: Storing Access Token and Secret

We have a number of clients that use our API to power their websites. I have started a conversation at …

php oauth storage access-token
Spring OAuth2 - There is no client authentication. Try adding an appropriate authentication filter

We have an application which is using spring-security-oauth2:1.0. I was trying to change it to a newer version, spring-security-oauth2:2.0.7.RELEASE. …

spring-security access-token spring-security-oauth2
How to use RemoteTokenService?

I have a separate ResourceServer built using Spring-Security-oauth2. Here is the code RemoteTokenService. @Bean public ResourceServerTokenServices tokenService() { RemoteTokenServices tokenServices = new …

spring spring-security oauth-2.0 access-token spring-security-oauth2
How do you obtain a WeChat access_token certificate from api.wechat.com?

This site tries to explain the process: http://admin.wechat.com/wiki/index.php?title=Access_token The problem is …

api access-token wechat
PHP and Bing Translation API

I've registered with Azure Marketplace, I have a client ID and a client "secret", but everything I've tried so far …

php translation access-token azure-marketplace
OAuth Refresh Token Best Practice

I am implementing OAuth for a project, and I want to know the best way to handle refresh tokens. The …

api authentication oauth oauth-2.0 access-token
JSON Web Token (JWT) benefits over a database session token

With a database session token system I could have a user login with a username/password, the server could generate …

access-token jwt express-jwt json-web-token
facebook access token expired

Based on facebook instructions (Scenario 4) i am using the following URL https://graph.facebook.com/oauth/access_token?client_id=…

facebook access-token facebook-access-token
Do twitter access token expire?

I am building a web app from where the user can manage his twitter account. I've created the twitter app …

api twitter access-token
Cannot clone git from Azure DevOps using PAT

I cannot clone a simple repository from Azure DevOps. OS: Ubuntu 18.10 I do this: Got to Azure DevOps Click on …

git authentication azure-devops token access-token