Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-fliposports committed Jul 11, 2017
1 parent faf64e4 commit 2e1efc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -7,16 +7,16 @@ All notable changes to this project will be documented in this file.
### [0.5.1] - 2017-07-11

##### Changed
- Documentation template to `Read The Docs`.
- Documentation template changed to `Read The Docs`.

##### Fixed
- `install_requires` has not longer pinned versions.
- Removed infinity loop during authorization przez `prompt=login` has been send.
- Removed infinity loop during authorization stage when `prompt=login` has been send.
- Changed `prompt` handling as set of options instead of regular string.
- Redirect URIs must match exactly with query params.
- Stored user consent are usefull for public clients too.
- Redirect URI must match exactly with given in query parameter.
- Stored user consent are useful for public clients too.
- Fixed documentation for custom scopes handling.
- Scopes during refresh and code exchange are being taken from authorization request and not from query params
- Scopes during refresh and code exchange are being taken from authorization request and not from query parameters.

### [0.5.0] - 2017-05-18

Expand Down

0 comments on commit 2e1efc4

Please sign in to comment.