Skip to content

Commit

Permalink
Merge pull request hapijs#294 from joshuacolvin/medium
Browse files Browse the repository at this point in the history
Add medium to providers documentation
  • Loading branch information
ldesplat authored Feb 6, 2017
2 parents b177d56 + 880e4fd commit fc5c85c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,26 @@ providerParams: {
}
```

### Medium

[Provider Documentation](https://github.com/Medium/medium-api-docs)

- `scope`: Defaults to `['basicProfile']`
- `config`: not applicable
- `auth`: https://medium.com/m/oauth/authorize
- `token`: https://medium.com/v1/tokens

The default profile response will look like this:

```javascript
credentials.profile = {
id: profile.data.id,
username: profile.data.username,
displayName: profile.data.name,
raw: profile.data
};
```

### Meetup

[Provider Documentation](http://www.meetup.com/meetup_api/auth)
Expand Down

0 comments on commit fc5c85c

Please sign in to comment.