nikmd23 / signatory

A service for managing contributor license agreements for open source projects on GitHub.
Apache License 2.0
4 stars 1 forks source link

Auto Generate User Access Token #25

Closed nikmd23 closed 10 years ago

nikmd23 commented 11 years ago

accesstoken

Instead of having user's create and input an access token on /{repoOwner}/{repoName}/settings, Signatory should leverage the authorizations API to create one for the user automatically.

nikmd23 commented 10 years ago

As confirmed by GitHub support via email, this is unnecessary since the token received during the login process will not expire.

GitHub OAuth tokens don't have an expiration date and should be valid until a user explicitly revokes them. So, it's safe to save the tokens and use them in the future. - Sept 25 @izuzak

Going to just save the user token we already have.