auth-token Questions

12

Solved

We want to use django-channels for our websockets but we need to authenticate as well. We have a rest api running with django-rest-framework and there we use tokens to authenticate a user, but the ...
Tracietracing asked 13/4, 2017 at 12:52

1

Solved

I'm using the http-proxy-middleware (https://github.com/chimurai/http-proxy-middleware#http-proxy-events) to implement a simple proxy (call it my-proxy/) to another REST API (call it /rest-api) tha...
Hermelindahermeneutic asked 30/7, 2019 at 11:55

2

Solved

In Microsoft oData v4 proxy client, there is an option to add auth token into each request. It can be achieved by following way: var container = new Default.Container(new Uri(http://localhost:9000...
Pilchard asked 26/1, 2017 at 5:5

2

Solved

I have a web app where the Angular (7) front-end communicates with a REST API on the server, and uses OpenId Connect (OIDC) for authentication. I'm using an HttpInterceptor that adds an Authorizati...
Apelles asked 18/2, 2019 at 18:5

3

Hi I'm having issues recovering my authToken when I call mAccountManager.blockingGetAuthToken(Auth.getAccount(), Auth.AUTH_TOKEN_TYPE, true) I get a null string back, which lead me to look into ...
Uphill asked 28/8, 2014 at 22:51

5

Solved

I would like to know the best practices to invalidate JWT without hitting db while changing password/logout. I have the idea below to handle above 2 cases by hitting the user database. 1....
Expellee asked 27/2, 2015 at 7:20

2

Solved

I have two apps that work with a same account type. I want below page to be shown when the user opens the second app for first time and one account exists: But nothing happens when I run this co...
Deipnosophist asked 5/9, 2015 at 13:40

1

Solved

From https://mcmap.net/q/47888/-why-does-oauth-v2-have-both-access-and-refresh-tokens: The idea of refresh tokens is that if an access token is compromised, because it is short-lived, the attac...
Sixgun asked 2/10, 2015 at 8:30

1

Solved

I'm using Django Rest Framework to build the API for my application and would like to implement DjangoRestFramework-JWT for token authentication. The steps seem simple enough but when I test the en...
Catenoid asked 29/7, 2015 at 5:48

1

Solved

I have been working on an account manager in android to maintain a separate account for my app. I searched through many sites, but I couldn't understand the meaning of authTokenType. I want to know...
Furfuraceous asked 31/7, 2014 at 10:4

3

Solved

Hi I was looking at flask-login at handles the session login nicely, this work good for templating and views where I have access to the session. Nevertheless I have been trying to know if there i...
Blackandwhite asked 15/1, 2013 at 10:38

1

Solved

It's weird because on my canvas page for my facebook app I get all these php errors about my auth_token and then it redirects and works as it should. Can someone help me figure this out por favor? ...
Remunerative asked 5/10, 2011 at 21:25

1

I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google...
Centralia asked 8/6, 2011 at 8:38

4

Solved

I'm trying to retrieve the AuthToken for Facebook (saved by Facebook for Android) by using the following piece of code. AccountManager am = AccountManager.get(this); Account[] accounts = am.getAcc...
Destalinization asked 4/1, 2011 at 11:24
1

© 2022 - 2024 — McMap. All rights reserved.