Top "Token" questions

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

Codeigniter CSRF - how does it work

Recently I found out about CSRF attacks and was happy to find out that CSRF protection was added to Codeigniter …

php security codeigniter token
How to use strtok()

I'm writing a C program to study the usage of function strtok(). Here is my code: #include <stdio.h&…

c printf token strtok
PHP form token usage and handling

I'm a beginner working on a login script in PHP. This is the form token statement that I have so …

php forms login token
How to get a Token from a Lucene TokenStream?

I'm trying to use Apache Lucene for tokenizing, and I am baffled at the process to obtain Tokens from a …

java attributes lucene token tokenize
Best practices for server-side handling of JWT tokens

(spawned from this thread since this is really a question of its own and not specific to NodeJS etc) I'm …

security authentication token jwt secret-key
Do login forms need tokens against CSRF attacks?

From what I've learned so far, the purpose of tokens is to prevent an attacker from forging a form submission. …

php token csrf
Conflict between System.IdentityModel.Tokens and Microsoft.IdentityModel.Tokens

I have a conflict when using System.IdentityModel.Tokens : using System; using System.Configuration; using System.Data; using System.Data.…

c# token jwt
How to pass X-Auth-Token in the HTTP header in JavaScript

I have a website which uses Token-based authentication. At first, username and password are sent to log the user in …

javascript jquery token xauth
passport-local with node-jwt-simple

How can I combine passport-local to return a JWT token on successful authentication? I want to use node-jwt-simple and looking …

node.js authentication token jwt passport.js
Best way to create a TOKEN system to authenticate web service calls?

I'd like to create a web service architecture that can be called by various platforms such as mobile devices, winforms …

web-services security authentication authorization token