Skip to content

3.0.0 Beta 1

Choose a tag to compare

@0xTim 0xTim released this 15 Dec 15:16
· 6 commits to main since this release
7b6f719

New authentication library aimed at providing a lightweight and safe set of utilities for dealing with authentication. Currently supports:

  • Password hashing (with provided PasswordHasher protocol and implementations for plaintext hashing (for testing) and bcrypt)
  • OTP functionality - copied over from the main Vapor repo

What's Changed

New Contributors

Full Changelog: 2.0.3...3.0.0-beta.1