Skip to content

Releases: brokenhandsio/vapor-oauth

1.0.0 Beta 2

1.0.0 Beta 2 Pre-release
Pre-release

Choose a tag to compare

@0xTim 0xTim released this 19 Feb 11:41
b4cc076

What's Changed

New Contributors

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

1.0.0 Beta 1

1.0.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@0xTim 0xTim released this 13 Feb 17:10
074f3c2

What's Changed

New Contributors

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

0.6.1

Choose a tag to compare

@0xTim 0xTim released this 12 Apr 19:57
1348859

Vapor OAuth 0.6.1

#6 - allow users passwords to be changed

0.6.0

Choose a tag to compare

@0xTim 0xTim released this 25 Sep 22:49

Vapor OAuth 0.6.0

  • PR #5 add support for Swift 4

0.5.0

Choose a tag to compare

@0xTim 0xTim released this 25 Sep 13:36

Vapor OAuth 0.5.0

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

0.4.0

Choose a tag to compare

@0xTim 0xTim released this 05 Aug 09:28

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

Choose a tag to compare

@0xTim 0xTim released this 03 Aug 11:49

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

Choose a tag to compare

@0xTim 0xTim released this 02 Aug 12:13

Vapor OAuth 0.2.0

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

0.1.0

Choose a tag to compare

@0xTim 0xTim released this 24 Jul 20:48

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!