Top "Token" questions

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

Get refresh token google api

I can't get my refresh token with my code. I can only get my access token, token type etc., I …

google-calendar-api token access-token gdata
best practice to generate random token for forgot password

I want to generate identifier for forgot password . I read i can do it by using timestamp with mt_rand(), …

php security random timestamp token
JWT (JSON Web Token) library for Java

I am working on a web application developed using Java and AngularJS and chose to implement token authentication and authorization. …

java json web token jwt
How can a Jenkins user authentication details be "passed" to a script which uses Jenkins API to create jobs?

I have a script that delete and re-create jobs through curl HTTP-calls and I want to get rid of any …

api curl jenkins token
how to generate a unique token which expires after 24 hours?

I have a WCF Webservice which checks if the user is valid. If the user is valid I want to …

c# asp.net wcf authentication token
string tokenizer in Java

I have a text file which contains data seperated by '|'. I need to get each field(seperated by …

java string token
Unexpected token: u JSON.parse() issue

I have read online that the unexpected token u issue can come from using JSON.parse(). On my iPhone 5 there …

javascript json angularjs token
Laravel: What is "remember_token" in the "users" DB table?

Is it safe to use the remember_token in the users table for authenticating the user into the application? What …

laravel security authentication token
How to create a authentication token using Java

On my Java EE6, REST service, I want to use authentication tokens for login from mobile devices, User will send …

java security rest authentication token
https URL with token parameter : how secure is it?

On our site, we provide to users a simulation based on their private information (given through a form). We would …

security url https token