Top "Token" questions

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

Keycloak JAX-RS and Postman Authorization (Auth URL)

I have resources with jax-rs and use keycloak I want to get the token with Postman this is the database …

oauth-2.0 jax-rs token postman keycloak
Cannot clone git from Azure DevOps using PAT

I cannot clone a simple repository from Azure DevOps. OS: Ubuntu 18.10 I do this: Got to Azure DevOps Click on …

git authentication azure-devops token access-token
How to extract and verify token sent from frontend

I am using "github.com/dgrijalva/jwt-go", and able to send a token to my frontend, and what I would …

go jwt token jwt-go
Authenticating requests from mobile (iPhone) app to ASP.Net Web API (Feedback requested on my design)

I'm designing a web site that will have a mobile companion (initally iPhone only). The web site will be an …

iphone security authentication asp.net-web-api token
Best way to secure ASP.NET Web API 2 where multiple client use it

What is the best way to secure a Web API when you have multiple different clients to use? Each client …

c# asp.net-mvc api token hmac
Unix cut except last two tokens

I'm trying to parse file names in specific directory. Filenames are of format: token1_token2_token3_token(N-1)_token(N).…

linux bash unix token cut
Token Authenticatable module in Devise

I'm starting using Devise in my Rails app, but the Token Authenticatable: signs in a user based on an authentication …

ruby-on-rails-3 authentication devise token
When do GCM Tokens Expire and What is the InstanceID?

Since GCM keeps getting updated, most of the resources I have searched seem outdated or unclear. Basically, I am confused …

android token google-cloud-messaging instanceid
Verification email with token in passport.js

I just looking for solution which makes verification email with token for my local autentification in passport.js Is there …

javascript node.js token passport.js passport-local
Is it necessary to refresh tokens every request?

I'm here because I wasn't satisfied with what I found on google. I am generally building SPA's, so for me …

api token jwt single-page-application