-
Example: If the access token expires in 1 second, do we want to treat it as expired before using it? Should we add a safety interval that is configurable from the outside? What should the default valu…
-
Undrar bara din tanke med att utvecklaren har ett Access Token? Borde inte utvecklaren bara ha en api-nyckel och att du istället implementerar en slutanvändare(alltså användare av utvecklarens applika…
-
Hello,
the call to oauth/access_token always fails with 401 code.
The same library, code lines, works great with all other services like Twitter, Facebook etc and also I've tested signature function …
-
We need to refresh the spotify access token so it doesn't expire resulting in 403 codes every hour
-
When retrieving an access token using the oAuth2 process - what is the expiration period for the token. There is no returned value for an expected expiration duration or timestamp?
-
[Access tokens](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/) Are a necessity for users who have Two-Factor-Authentication enabled.
They should be Available to be use…
-
@kasvith what do you think about implementing refresh token which would be stored in mongo and would be "refreshed" on every user call so we could write service which would check when last call was an…
-
The backup server relies on an individual contributors token to access jenkins, which is brittle if that contributor becomes emeritus.
Lets investigate a service account token for that purpose.
-
Running postman collection with Newman CLI , I noticed that after my OAuth2.0 access token timed out, refresh token was not automatically fetching for requests within the collection. Despite having se…
-
### Preflight Checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your problem
We…