This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/keychain
Releases · ml-archive/keychain
Keychain 2.0.0
Remove codebeat
Add workaround for Swift 5.3 bug
Fixes
- Add workaround for Swift 5.3 bug
Version 2.0.0 RC 3
Changed
- Test script uses latest Xcode
Fixed
- Documentation script
Version 2.0.0 RC 2
Removed
- unused Fluent dependency
Version 2.0.0 RC 1
Changed
- Updated to Vapor 4
- New simplified API
Version 1.0.1
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 toMySQLModel
Version 1.0.0 RC 2
Changed
JWTKeychainUser
s are nowModel
s
Fixed
- The create and update routes now save the user
Version 1.0.0 RC 1
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
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
Changed
- Aligned with community guidelines on how to register routes