Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/keychain

Keychain 2.0.0

08 Nov 13:14

Choose a tag to compare

Remove codebeat

Add workaround for Swift 5.3 bug

23 Oct 18:57
e8bbf52

Choose a tag to compare

Fixes

  • Add workaround for Swift 5.3 bug

Version 2.0.0 RC 3

11 Aug 06:37

Choose a tag to compare

Version 2.0.0 RC 3 Pre-release
Pre-release

Changed

  • Test script uses latest Xcode

Fixed

  • Documentation script

Version 2.0.0 RC 2

15 Jun 09:27
bbe43d4

Choose a tag to compare

Version 2.0.0 RC 2 Pre-release
Pre-release

Removed

  • unused Fluent dependency

Version 2.0.0 RC 1

03 Jun 09:16
0d47337

Choose a tag to compare

Version 2.0.0 RC 1 Pre-release
Pre-release

Changed

  • Updated to Vapor 4
  • New simplified API

Version 1.0.1

28 Apr 07:19
0414255

Choose a tag to compare

Fixed

  • Supports swift 5.2 (Xcode 11.4) by adding workaround for Swift not being able to figure out what to use for Database type alias in models conforming to MySQLModel

Version 1.0.0 RC 2

08 Mar 14:31
b217405

Choose a tag to compare

Version 1.0.0 RC 2 Pre-release
Pre-release

Changed

  • JWTKeychainUsers are now Models

Fixed

  • The create and update routes now save the user

Version 1.0.0 RC 1

06 Mar 14:44

Choose a tag to compare

Version 1.0.0 RC 1 Pre-release
Pre-release

Changed

  • depends on Sugar 4.0.0 RC
  • JWTKeychainProvider now accepts a config factory to allow for thread safe middleware and signers

Version 1.0.0 Beta 3

24 Jan 13:30
69b5670

Choose a tag to compare

Version 1.0.0 Beta 3 Pre-release
Pre-release

Changed

  • made JWTKeychainMiddlewares generic over the user type making it possible to use JWTKeychain with multiple types of user.

Version 1.0.0 Beta 2

30 Nov 11:47
b627f59

Choose a tag to compare

Version 1.0.0 Beta 2 Pre-release
Pre-release

Changed

  • Aligned with community guidelines on how to register routes