Questions tagged [auth-token]
132 questions
0
votes
1 answer
Angular : how can I get Google access token
I am trying to get Access token using Angular 4.
When the user logIn using Google I get the following Data.
authToken // *
id
email
.
.
.
name
I think that the variable authToken is not the access token because when I try to verify it using the…

Ibtissam Ibtissama
- 159
- 1
- 15
0
votes
1 answer
Safari Push Notifications authenticationToken
I need make Safari Push Notifications.
I use guides:
https://medium.com/anantha-krishnan-k-g/safari-push-notifications-ec171bdf6ead
http://samuli.hakoniemi.net/how-to-implement-safari-push-notifications-on-your-website/
and…

Tsyklop
- 369
- 1
- 9
- 24
0
votes
2 answers
How to access multiple stores from single eBay developer account
I have one eBay developer account with sandbox and live keysets and token for each. Both are working well. Now I need to access one more store from this developer account (need to list items on another store using API).
So what do I need to do for…

Ceawind
- 3
- 3
0
votes
1 answer
Django Rest Framework Token authentication with Social auth login
In my Django Rest Framework application, a Token is generated for every user that logs in using third party OpenID authentication, using signals. Now I can use this token (By manually going to database and grabbing the token) to make API calls to…

mbhargav294
- 389
- 1
- 3
- 15
0
votes
0 answers
Why do I get NULL response when I request AuthToken?
I'm building bigcommerce APP. But I cannot get "AuthToken". Please help. See full code below. Also attached image with NULL…

Vlad
- 1
- 2
0
votes
0 answers
Facebook Oauth Servicestack not working
We have been using servicestack as framework for web services, we also uses its SSO with FB, LinkedIn, GooglePlus features.
We enable them like this
Plugins.Add(new AuthFeature(() => new AuthUserSession(),
new IAuthProvider[] {
…

anveshtummala
- 432
- 4
- 11
0
votes
1 answer
Filter chain halted as :authenticate_with_token! rendered or redirected Rails API
So I am working on a location-based api with rails where a location has many users and a user belongs_to a location at a particular time. This means the user table will contain a location_id column which serves as the foreign key. This, however, is…

Dayvino
- 89
- 1
- 3
- 10
0
votes
0 answers
Android OkHttp: How to get auth token then use on subsequent calls
This should be simple but I must be missing something. So there is an authorization url which I need to pass a username and password to:
OkHttpClient client = new OkHttpClient.Builder()
.cookieJar(new CookieJar() {
…

Mike6679
- 5,547
- 19
- 63
- 108
0
votes
1 answer
No token is generating, with valid username and password using APIclient()
I am trying to generate token from from rest_framework.authtoken.models import Token. View is successfully created, but I am writing test for post api using APIClient() from rest_framework.test import APIClient.
def…

Bhavana Singh Nayak
- 19
- 3
0
votes
1 answer
Android AccountManager getAuthToken for lh2 scope does not callback for Lollipop
Calling AccountManager.getAuthToken() with authTokenType = "lh2" for Picasa Web Service now does not return on Android 5.x; getAuthToken with "lh2" still works fine with Android 4.4.x and 6.x, just not 5.x. This was all working fine for Lollipop up…

Wyatt Wong
- 19
- 5
0
votes
2 answers
jmeter auth token issue
I have internal web application, which I have to test using Jmeter.
The application has secure protections as a username, password and auth token.
Auth token is changing with every new session. I'm unable to path through secure token. Token is…

Vadim Zvenigorodskiy
- 1
- 1
- 4
0
votes
0 answers
Get Auth AcessToken from Paypal Android sdk
I have tried to get auth Access token using below code.and based on this code ,we will get Full transaction detail of Paypal.
Below code is working fine in Lollipop and above, but when we run my app in lolipop below version then not getting any…

dipali
- 10,966
- 5
- 25
- 51
0
votes
0 answers
Is it possible to use .Net Web API access tokens as my licensing option for My client application?
Is it possible to use .Net Web API's access tokens as my licensing option for My client application (windows desktop application)?

OrionSoftTechnologiesSydney
- 620
- 2
- 9
- 19
0
votes
1 answer
Custom (Non-OAuth) Refresh Token Implementation
I'm working on an application that uses a token-based authentication system, where the user provides their username / password and receives a token in return (the token gets saved to the database as well). Then subsequent requests will include this…

nlyn
- 606
- 1
- 7
- 20
0
votes
2 answers
Auth Token and Gcm Registration Id
I'm able to receive a GCM registration id (for push notifications) thanks to this google guide and store the reg.id in a database and without authentication everything works fine.
I use web api 2, oauth 2 authentication and account manager.
1) User…

cck
- 174
- 1
- 11