Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jun 4, 2017
1 parent b66a079 commit e78b356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.0.2] - 2017-06-04

### Changed
- Library uses Youthweb-API 0.9

## [1.0.1] - 2016-10-27

### Changed
- Fixed error handling for JSON API errors

## [1.0] - 2016-10-14

### Added
- Initial release

[Unreleased]: https://github.com/youthweb/oauth2-youthweb/compare/1.0.1...HEAD
[Unreleased]: https://github.com/youthweb/oauth2-youthweb/compare/1.0.2...HEAD
[1.0.2]: https://github.com/youthweb/oauth2-youthweb/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/youthweb/oauth2-youthweb/compare/1.0.0...1.0.1
[1.0]: https://github.com/youthweb/oauth2-youthweb/compare/2ab1e2eefcf5ef86de03995ce5e804b24a2b118d...1.0.0
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Coverage Status](https://coveralls.io/repos/youthweb/oauth2-youthweb/badge.svg?branch=master&service=github)](https://coveralls.io/github/youthweb/oauth2-youthweb?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/youthweb/youthweb-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This package provides Youthweb OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).
This package provides [Youthweb OAuth 2.0 support](http://developer.youthweb.net/api_general_oauth2.html) for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

## Installation

Expand Down Expand Up @@ -84,11 +84,15 @@ $authorizationUrl = $provider->getAuthorizationUrl($options);
```
If neither are defined, the provider will utilize internal defaults.

At the time of authoring this documentation, the following scopes are available:
At the time of authoring this documentation, the following scopes are available with Youthweb-API 0.9:

- post:read
- post:write
- user:read
- user:email

See [here](http://developer.youthweb.net/api_general_scopes.html) for more information.

## Testing

``` bash
Expand Down

0 comments on commit e78b356

Please sign in to comment.