Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

How to set API Key and API Secret to clients? #165

Open
backstageel opened this issue Jun 4, 2016 · 3 comments
Open

How to set API Key and API Secret to clients? #165

backstageel opened this issue Jun 4, 2016 · 3 comments

Comments

@backstageel
Copy link

I want to use Apigility to create an API that several clients will consume. What I need to do is something like Facebook does: people can create apps that connects to my API, and I can see what apps are connected.

Also I would like to be able to limit services for some apps. Something like app A can online view statuses, App B can view and post and edit statuses, App C can only edit statuses for examples.

Is that possible with apigility? Where can I find documentation for the API Keys and Secret?

In other words I want application based authorization instead of user based authorization that Oauth2 does.

@strausmann
Copy link

I have the same question

@TomHAnderson
Copy link

There is a client_credentials grant type in OAuth2. If you're asking about scopes I think my api-skeletons/zf-oauth2-doctrine supports them best.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools; a new issue has been opened at laminas-api-tools/api-tools#26.

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

No branches or pull requests

4 participants