datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Support access tokens that don't expire #175

Open justinanderson opened 8 years ago

justinanderson commented 8 years ago

Users should be able to generate and hand out access tokens via the DataHub UI (like GitHub's personal access tokens). Those tokens should be valid until the user revokes them.

Lets users authorize apps ahead of time instead of having to be present at the point of first use. Useful for supporting extra lazy client apps that don't or can't ask for user input.