Top "Token" questions

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

How to get github token using username and password

I am developing mobile apps using rhodes. I want to access private repo of github. I am having only username …

authentication github token rhodes
Getting substring of a token in for loop?

I have this for loop to get a list of directory names: for /d %%g in (%windir%\Assembly\gac_msil\*…

string batch-file for-loop token
Python Oauth2 - login with Google

I have been searching for 2 days for an answer, but nothing came up. I am trying to make integrate Oauth2 …

python oauth token
Sessions vs. Token based authentication

I want to know which is more safe to implement for authentication and why? Session based authentication OR Token based …

security session authentication token
WCF Authentication with custom ClientCredentials: What is the clientCredentialType to use?

I had to ditch the basic WCF UserName/Pwd security and implement my own custom client credentials to hold some …

c# wcf web-services authentication token
SignalR authentication with webAPI Bearer Token

+i used this solution to implement Token Based Authentication using ASP.NET Web API 2, Owin, and Identity...which worked out …

c# authentication asp.net-web-api token signalr.client
Handling Expired Token From Api in Angular 4

I need help in handling expired token in my angular application. My api has the expired time but my problem …

angular token access-token angular-http
Firebase InstanceID.instanceID().token() method is deprecated

I am working with swift and firebase. Previously I was using following method to get firebase token which then I …

swift firebase firebase-cloud-messaging token
Where to store the refresh token on the Client?

My SPA application uses the following architecture (source): This assumes that my client application knows about the refresh token, because …

authentication cookies oauth oauth-2.0 token
How can I split a string into tokens?

If I have a string 'x+13.5*10x-4e1' how can I split it into the following list of tokens? […

python token tokenize equation shlex