refresh-token Questions
3
Solved
I've been trying to get my refresh token to work for a while now, and I hope I'm close. My token refreshes and triggers a subsequent 200 call to whatever call caused the 401, but my the data on my ...
Pinkham asked 12/5, 2017 at 21:21
1
Solved
I am trying to access an authorization server that issues short lived access tokens and longer lived refresh tokens when a user presents a username and password.
Should the client pass the refre...
Satsuma asked 30/1, 2017 at 15:6
1
Solved
I have an app that authenticates using OAuth2 and fetches data from a RESTful service using Retrofit. Now, I have the token retrieval and refreshing up and running. The token is refreshed like so (...
Mikol asked 24/1, 2017 at 14:19
1
Solved
Thanks to this answer I am able to connect to Firebase 3 via HTTP REST API and an email/password. Logging in with this API returns an access token that is used to access the Firebase Database. This...
Marchelle asked 10/11, 2016 at 5:45
1
I built some JWT middleware for my Asp.net Core REST service based on some examples I found online. I get that the response looks like:
{
"access_token":"...",
"expires_in":3600,
"refresh_token...
Alteration asked 16/9, 2016 at 3:24
© 2022 - 2024 — McMap. All rights reserved.