Questions tagged [auth-token]

132 questions
0
votes
1 answer

Trello keys, which can be revealed?

Which keys can be revealed? I'm developing open source application using trello api in python. I have the application key which I generated from appKey/generate which I always require for initiating client. If I hard code this application key in my…
meteors
  • 1,747
  • 3
  • 20
  • 40
0
votes
1 answer

How to handle authentication tokens in MEAN stack application

I am a newbie to MEAN stack and developing an end-to-end application using MEAN. I have a small confusion on how to handle authentication tokens on client side (i.e. in Angularjs). I created an authentication token after either the user signup's or…
MdKamil
  • 41
  • 3
  • 10
0
votes
1 answer

encrypted tokens in php

I'm new to encryption and utilizing this class to get tokens, Can someone help me understand what's going on these two functions with the help of references, video tutorials etc. for a deeper understanding. Purpose is to understand as well as…
user2727195
  • 7,122
  • 17
  • 70
  • 118
0
votes
1 answer

Adding Custom Header in AngularJs upon bootstrapping

Suppose I have an angular app called chococalateApp that depends on 3 other modules, namely Product, Sales and LogIn. Now, my app is building on RESTful API. Upon successful login, the server will respond by sending back an authentication token. I…
CozyAzure
  • 8,280
  • 7
  • 34
  • 52
0
votes
1 answer

Auth problem on Facebook using Ruby/sinatra/frankie/facebooker

I'm using sinatra/frankie/facebooker to prototype something simple to test the facebook api, i'm using mmangino-facebooker the more recent version from github and I cloned the most recent version of frankie. I'm using sinatra 0.9.6. My main code is…
user361526
  • 3,333
  • 5
  • 25
  • 36
0
votes
2 answers

Getting Access token

I have claims/Auth_token information, which looks like { "claims": null, "auth_token": "ABCDEFGHIJKLMNOP==", "refresh_token": null, "auth_token_expiration": "2012-09-04T06:59:13.1343331-04:00", "refresh_token_expiration":…
0
votes
1 answer

Fetching Access token using Auth token from service in C#

I am new to the topic of Oauth and encryption. I need to write a utility where I have authtoken with me and I need to get access token after making a call to the service url say xyzcorp.com. I already have auth token with me I need to use post…
rampuriyaaa
  • 4,926
  • 10
  • 34
  • 41
0
votes
1 answer

twitter oauth callback not called after successful signin

I'm performing twitter oauth authentication but the callback isn't being called (set as http://www.kdcappfactory.com/twittersuccess/success in app settings) here's what I do: request a token from…
ir2pid
  • 5,604
  • 12
  • 63
  • 107
0
votes
1 answer

Devise.friendly_token returns an equal hash all the time

I am all mixed up trying to understand what happens here: I use Devise.friendly_token in a User factory. FactoryGirl.define do factory :user do email "user@example.com" password "secret" authentication_token Devise.friendly_token …
JJD
  • 50,076
  • 60
  • 203
  • 339
0
votes
0 answers

Is the AuthToken generator unique enough?

What will happen once I generate say a million AuthTokens for users (on multiple devices).. should I be worried about uniqueness down the line? The line that generates the token in the API is: def generate_key(self): unique = uuid.uuid4() …
virtuexru
  • 858
  • 1
  • 6
  • 16
0
votes
1 answer

Invalid Accountmanager auth token

Hello I'm trying to validate the token I've created with the accountManager from my php server but I keep getting the error "invalid token" from google server on my php server... Here is the code : private String updateToken(boolean invalidateToken,…
Karly
  • 389
  • 2
  • 7
  • 25
-1
votes
1 answer

Console application to download DocuSign envelope documents - auth token

I need to create a console app to download all signed docusign documents (envelope by envelope) and then upload all Salesforce environment ... what is the best way to get auth token? it seems that every single way requires redirectUri - which I am…
John Lee
  • 51
  • 1
  • 3
1 2 3
8
9