This repository has been archived by the owner. It is now read-only.
Allow clients to request limited lifetime access_tokens #209
Comments
|
This fell off our radar for a while. Given current readinglist timeframes, is it something we should try to push through for end of quarter or have we missed the boat for the initial version? |
|
RL will be going with a persistently stored "forever" token in v1. I think a good Q2 effort would be:
|
|
Yep, this will be a top priority for Q2.
It will be interesting to see how much of this can be b/w compatible, and how much we can get away with just expiring people's tokens without changing the API. |
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
May 27, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 1, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 1, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 1, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 2, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 11, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 29, 2015
See docs/api.md for changes to endpoints. Closes #209
seanmonstar
added a commit
that referenced
this issue
Jun 30, 2015
See docs/api.md for changes to endpoints. Closes #209
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I propose we add an parameter in https://github.com/mozilla/fxa-oauth-server/blob/master/docs/api.md#post-v1authorization to do this.
The main use case I have in mind is for Reading List in Desktop to address some kind of revocation. IF the user loses her device, the only mechanism she has to revoke things is password reset. Reading List will be using the implicit grant flow to get a token for the logged in user on Desktop and it would be nice if it could request limited lifetime token. Then when the user resets her password, her FxA session token will expire and her browser's token will no longer be able to mint BiD assertions and get new OAuth tokens.
Otherwise, we'll have to just request a new token for each request (or at startup), and fill our DB with orphaned tokens. :)
@seanmonstar and @rfk, nothing urgent, but it would be nice to address this in the next 4 weeks or so.
The text was updated successfully, but these errors were encountered: