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

Clarify auth steps #68

Merged
merged 4 commits into from
Sep 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Make a POST call to the following endpoint:

`https://api.oauth.bunq.com/v1/token`

The following parameters should be passed:
The following parameters should be passed as GET variables:

- `grant_type` - the grant type used, `authorization_code` for now (required)
- `code` - the authorization code received from bunq (required)
Expand Down Expand Up @@ -138,6 +138,8 @@ All good? Ready to connect to your bunq users? Refer to our style guide and use

### What's next?

The `access_token` you've received can be used as a normal API key. Please continue with [Authentication](#authentication).

Visit us on together.bunq.com, share your creations, ask question and build your very own bunq app!

# Authentication
Expand Down