Logan Hanks f094e3fa2b Add support for "permanent" OAuth 2 grants.
If a client sends a user to the authorization page with a
"duration=permanent" parameter, we'll create a refresh token in addition
to the initial access token. When the client fetches the initial access
token with the authorization code, the refresh token will also be returned.
The client can then obtain new access tokens using the refresh token
instead of an authorization code.

Both refresh tokens and access tokens will be displayed on the user's apps
page (as well as the IP history page).
2012-10-15 15:09:04 -07:00
2012-06-19 15:47:01 -07:00
Description
No description provided
55 MiB
Languages
Python 54.4%
JavaScript 26.7%
HTML 11.3%
Less 4.5%
Shell 1%
Other 2%