Releases: brokenhandsio/vapor-oauth
Releases · brokenhandsio/vapor-oauth
1.0.0 Beta 2
What's Changed
- Feature: user manager async by @Brett-Best in #9
New Contributors
- @Brett-Best made their first contribution in #9
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0 Beta 1
What's Changed
- Migrate to Vapor 4 by @marius-se in #8
New Contributors
- @marius-se made their first contribution in #8
Full Changelog: 0.6.1...1.0.0-beta.1
0.6.1
0.6.0
0.5.0
0.4.0
Vapor OAuth 0.4.0
This release contains some major tidy ups and improvements to the code quality (as well as making swiftlint
happy. As part of this, a couple of API changes have occurred:
- the
OAuthClient
initialiser has the ID parameter renamed back touserID
for clarity. Note that it is stillid
under the hood to aid with Fluent integration - the
AuthorizationHandler
is now called with anAuthorizationRequestObject
, which encapsulates all the information that you need, rather than passing everything in with 100 parameters
0.3.0
Vapor OAuth 0.3.0
This release provides better integration with Fluent whilst still keeping it separate. The userID
property on OAuthUser
has now been renamed to id
and is now of type Identifier
. This will required some changes with integrating clients but should not cause any issues.
It does however, make integrating with Fluent far simpler and means there are no duplicated IDs in a database.