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