whats the lifetime of Github OAuth API access token

后端 未结 2 1678
夕颜
夕颜 2021-02-01 13:25

what is the expiry time of github oauth access token. And also how do I renew it. I don\'t see any refresh token in their documentation. Please guide me. Thanks in advance.

2条回答
  •  粉色の甜心
    2021-02-01 13:33

    Generally, the access_token of GitHub has no expiry until you revoke the OAuth token.

    You can consider to opt in to GitHub App expiration token beta feature. This would make your app use expiring user tokens valid for 8hrs, and refresh tokens valid for 6 months

    Here's an official step by step guide

提交回复
热议问题