Top "Token" questions

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

How specifically does Laravel build and check a CSRF token?

I'm using Laravel's CSRF protection on my public site. However since Laravel uses a session to maintain this, I'm worried …

php laravel laravel-4 token csrf
C Macro Token Concatenation involving a variable - is it possible?

I'm trying to define a macro to generate a token name, containing a variable. Basically, what I'm trying is this: #…

c concatenation token c-preprocessor stringification
send device token to server

I have read a lot of tutorials for this and i just wanted ti know if this is right way …

iphone token devicetoken
What does an unexpected token mean and can I solve it?

Android Studio is telling me that there are some "Unexpected Tokens".. what are these?? screenshots: error in code error in …

android json token illegal-characters
linkedin "this application is not allowed to create application tokens"

My main problem is getting the token. I can’t go further than this step. In the Linkedin API's docs …

api token linkedin access-token linkedin-api
WCF how to pass token for authentication?

I have a WCF service which would like to support basicHttpBinding and webHttpBinding. When the client successfully login, server will …

wcf wcf-security token
Printing tokenized data from file in C

I've been trying to read in data from a file by tokenizing it first. In this example, I've made it …

c token file-processing
Use StringTokenizer to count number of words and characters in words

The objective is to get a sentence input from the user, tokenize it, and then give information about the first …

java string token stringtokenizer
Securing OAuth clientId/clientSecret in AngularJS application

I know this is probably an age-old question, but...are there any best practices for securing client secrets for performing …

angularjs security oauth token secret-key
How safe is JWT?

I am learning about JWT for the security of my project, but I have a question. If I recieve the …

security token jwt