Releases: vapor/authentication
Releases · vapor/authentication
Release list
3.0.0-beta.3
What's Changed
- Add Typed Throws by @0xTim in #75
- DocC by @0xTim in #78
- Use CChar instead by @0xTim in #76
- Add bcrypt and OTP traits by @0xTim in #77
- Add PBKDF2 password hashing by @ptoffy in #74
- Fix Windows Build by @0xTim in #79
- Fix Manifest Version by @0xTim in #80
New Contributors
Full Changelog: 3.0.0-beta.2...3.0.0-beta.3
3.0.0-beta.2
Full Changelog: 3.0.0-beta.1...3.0.0-beta.2
3.0.0 Beta 1
New authentication library aimed at providing a lightweight and safe set of utilities for dealing with authentication. Currently supports:
- Password hashing (with provided
PasswordHasherprotocol and implementations for plaintext hashing (for testing) and bcrypt) - OTP functionality - copied over from the main Vapor repo
What's Changed
- add HeaderValueAuthenticatable by @mattpolzin in #62
- Vapor 4 note by @EricWVGG in #71
- Vapor Authentication 3 by @0xTim in #73
New Contributors
- @mattpolzin made their first contribution in #62
- @EricWVGG made their first contribution in #71
Full Changelog: 2.0.3...3.0.0-beta.1
Auth 2.0.4
Auth 2.0.3
Fix issue where people taking the latest release would get compile errors from pulling in incorrect Vapor version
Auth 2.0.2
Auth 2.0.1
Auth 2.0.0
Auth 2.0 is here 🎉
👤 Authentication and Authorization framework for Fluent (Authorization coming soon).
The Auth API Template has also been updated:
vapor new Hello --template=auth-templateDocs:
https://docs.vapor.codes/3.0/auth/getting-started/
API Docs:
https://api.vapor.codes/auth/latest/Authentication
Auth 2.0.0 RC 5
Fixed:
- Updated to latest Fluent RCs.