Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API authorization feature request/question #75

Open
ryanaverill opened this issue Oct 16, 2017 · 1 comment
Open

API authorization feature request/question #75

ryanaverill opened this issue Oct 16, 2017 · 1 comment
Labels

Comments

@ryanaverill
Copy link

This is really awesome, great job! If not already supported, for more old school users any interest in adding BASIC auth support instead of OAUTH?

@chriskapp
Copy link
Member

Hi, thanks for the feedback! If I think about it, it would probably require some extra work since the system works currently only with tokens. But I will check whether we could implement this. The user would then need to provide the app key and secret in every request instead of a token i.e.:

Authorization: Basic [base64(app_key:app_secret)]

Of course this has all the disadvantages that its not possible to revoke the access for an app later on. But I will think more about it and let you know whether this would be feasible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants