Top "Token" questions

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

C# unsupported grant type when calling web api

I am trying to perform a Post to my WebAPI from a c# WPF desktop app. No matter what I …

c# wpf asp.net-web-api httpclient token
What's the difference between JWTs and Bearer Token?

I'm learning something about Authorization like Basic, Digest, OAuth2.0, JWTs, and Bearer Token. Now I have a question. You know …

oauth token jwt
syntax error near unexpected token `$'in\r''

I'm trying to compile the NIST Biometric Image Software, and I have been having trouble all day. I finally got …

cygwin syntax-error token biometrics
Create a random token in Javascript based on user details

I want to create a random string (token) which can be used to identify a user whilst avoiding any potential …

javascript jquery random token
Creating C macro with ## and __LINE__ (token concatenation with positioning macro)

I want to create a C macro that creates a function with a name based on the line number. I …

c macros concatenation token
Split a string into words by multiple delimiters

I have some text (meaningful text or arithmetical expression) and I want to split it into words. If I had …

c++ string token delimiter
Best practices to invalidate JWT while changing passwords and logout in node.js?

I would like to know the best practices to invalidate JWT without hitting db while changing password/logout. I have …

javascript node.js token jwt auth-token
WARNING: Can't verify CSRF token authenticity in case of API development

I am right now developing web APIs with Ruby on Rails. When the Rails app receives POST request without any …

ruby ruby-on-rails-3 api token csrf
How to get public wall posts with the facebook API

I m trying to get wall posts from a profile facebook. I have no problems with the fan pages and …

facebook api facebook-graph-api token facebook-wall
What's the meaning of the "kid" claim in a JWT token?

I generated a JWT and there are some claims which I understand well, but there is a claim called kid …

token jwt