Top "Token" questions

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

Using a string path to set nested array data

I have an unusual use-case I'm trying to code for. The goal is this: I want the customer to be …

php arrays token
Android: Is it a good idea to store Authentication Token in Shared Preferences?

I have an application that communicates with a server. When the user logins to the application an Authentication Token is …

android web-services authentication sharedpreferences token
REST Web Service authentication token implementation

I'm implementing a REST web service using C# which will be hosted on Azure as a cloud service. Since it …

security rest authentication token
Reverse Polish Notation Java

I want to make Reverse Polish Notation algorithm, but my code isn't working. Can anyone explain me why ? In my …

stack switch-statement case token rpn
tokens in visual studio: HACK, TODO... any other?

what tokens do you find useful in visual studio? (visual studio 2010 → environment → task list → tokens) currently i have only: HACK …

visual-studio configuration token
Angular 2/4 where to store token

I have a rest api for generating token, which i'm using in angular 4 client side, but the question is where …

angular typescript cookies local-storage token
Generate a single use token in PHP: random_bytes or openssl_random_pseudo_bytes?

I need to generate a single-use token in PHP. There are two functions available that I can use for this …

php random token
Using Devise tokens to log in, is this built in?

So, I'm trying to use tokens with Devise (version 1.0.3 with Rails 2.3.8) to let a user log in, but I'm not …

ruby-on-rails devise token
Nodemailer/Gmail - What exactly is a refresh token and how do I get one?

I'm trying to do a simple contact form in a node app, using nodemailer. I want all the msg to …

node.js email gmail token nodemailer
Using auth_token from request headers instead from POST/PUT parameters with Rails 3 / devise

I need to use token based authentication in a Rails 3.1 API in conjunction with the most recent version of devise. …

ruby-on-rails authentication devise token