Top "Token" questions

A token is a string of characters, categorized according to the rules as a symbol (e.g., IDENTIFIER, NUMBER, COMMA).

Unable to get access token from Facebook. Got an OAuthException says "Error validating verification code"

I am using java and the purpose of my demo application is simple: Update user status. I followed the Server-side …

facebook token
Authenticating socket io connections using JWT

How can I authenticate a socket.io connection? My application uses a login endpoint from another server (python) to get …

node.js socket.io jwt token
Generating cryptographically secure tokens

In order to generate a 32 character token for access to our API we currently use: $token = md5(uniqid(mt_rand(), …

php security openssl token
Do Google refresh tokens expire?

I have used the refresh token several times in just a short period for testing purposes, but I wonder whether …

api google-api token access-token
How to concatenate twice with the C preprocessor and expand a macro as in "arg ## _ ## MACRO"?

I am trying to write a program where the names of some functions are dependent on the value of a …

c concatenation token c-preprocessor
How to handle 401 (Authentication Error) in axios and react?

I have one file request.js which contains wrapper for axios ajax request. I am calling request function from multiple …

javascript reactjs token axios http-status-code-401
Facebook graph API - OAuth Token

I'm trying to retrieve data using the new graph API, however the token I'm retriving from OAuth doesn't appear to …

php facebook token
How to not-analyze in ElasticSearch?

I've got a field in an ElasticSearch field which I do not want to have analyzed, i. e. it should …

elasticsearch token analyzer verbatim
How to securely store access token and secret in Android?

I am going to use oAuth to fetch mails and contacts from google. I don't want to ask the user …

android security oauth preferences token