Top "Token" questions

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

Unexpected token m in JSON at position 0 error

On compiling an app and trying to implement the i18n library with webpack, I face this error: ERROR in ./…

javascript json token aurelia loader
Nested strtok function problem in C

I have a string like this: a;b;c;d;e f;g;h;i;j 1;2;3;4;5 and i want to …

c nested token tokenize strtok
gitlab - Push to a repository using access_token

I implemented the oauth2 web flow in order to get access_token from users of my app. With the access_…

git oauth push token gitlab
Using Refresh Token Exception { "error" : "invalid_grant" }'

I've successfully built an application that fetches an access and refresh token. In my script I check if the access …

token gmail-api
Is there a way to count tokens in C?

I'm using strtok to split a string into tokens. Does anyone know any function which actually counts the number of …

c token delimiter strtok
Writing a tokenizer in Python

I want to design a custom tokenizer module in Python that lets users specify what tokenizer(s) to use for …

python regex token tokenize nltk
elasticsearch - Return the tokens of a field

How can I have the tokens of a particular field returned in the result For example, A GET request curl …

java search lucene token elasticsearch
What's the best way to save jwt tokens in flutter apps?

Not just where (eg: SQLite...) but also how (libs, best specific practices)?

flutter jwt token
JWT Token authentication, expired tokens still working, .net core Web Api

I'm building a .net core web api. Preface - I've implemented token authentication as per https://stormpath.com/blog/token-authentication-asp-net-core …

authentication token jwt .net-core
Preserve cookies / localStorage session across tests in Cypress

I want to save/persist/preserve a cookie or localStorage token that is set by a cy.request(), so that …

cookies token cypress