Skip to content

Releases: brokenhandsio/vapor-oauth

1.0.0 Beta 2

19 Feb 11:41
b4cc076
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0 Beta 1

13 Feb 17:10
074f3c2
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.6.1...1.0.0-beta.1

0.6.1

12 Apr 19:57
1348859
Compare
Choose a tag to compare

Vapor OAuth 0.6.1

#6 - allow users passwords to be changed

0.6.0

25 Sep 22:49
Compare
Choose a tag to compare

Vapor OAuth 0.6.0

  • PR #5 add support for Swift 4

0.5.0

25 Sep 13:36
Compare
Choose a tag to compare

Vapor OAuth 0.5.0

Adds an implementation for RFC 7662 to allow a remote token introspection point.

0.4.0

05 Aug 09:28
Compare
Choose a tag to compare

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 to userID for clarity. Note that it is still id under the hood to aid with Fluent integration
  • the AuthorizationHandler is now called with an AuthorizationRequestObject, which encapsulates all the information that you need, rather than passing everything in with 100 parameters

0.3.0

03 Aug 11:49
Compare
Choose a tag to compare

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.

0.2.0

02 Aug 12:13
Compare
Choose a tag to compare

Vapor OAuth 0.2.0

Models are now Extendable so they can conform to Fluent Models without having to be open

0.1.0

24 Jul 20:48
Compare
Choose a tag to compare

Vapor OAuth 0.1.0

The initial release! This is the initial version of Vapor OAuth so expect things to change a lot initially. To get started, take a look at the README!