mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
f094e3fa2b8c69d3e0b9a6081de5296b623d5360
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).
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%