Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Releases: vapor/auth

1.0.0

18 May 18:23
Compare
Choose a tag to compare

Authentication and Authorization layer for Fluent.

1.0.0 Beta 2

05 May 15:20
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

New:

The signature for verifying passwords in the PasswordVerifier has been changed to make it nicer to call and to fit in with real implementations.

When verifying your password it now looks like:

let passwordVerified = passwordVerifier.verify(password: password, matches: hash)

They verify function now takes Bytes as the default argument but there is an extension for anything conforming to BytesConvertible.

Auth 1.0 Beta 1

07 Apr 09:01
Compare
Choose a tag to compare
Auth 1.0 Beta 1 Pre-release
Pre-release

New:

  • Updated readme + CI
  • Use latest Fluent

Auth 0.4

29 Mar 18:43
f874d90
Compare
Choose a tag to compare
Auth 0.4 Pre-release
Pre-release

New:

  • Use Beta packages

Auth 0.3.2

23 Mar 15:41
Compare
Choose a tag to compare
Auth 0.3.2 Pre-release
Pre-release
default password verifier

Auth 0.3.1

23 Mar 15:39
Compare
Choose a tag to compare
Auth 0.3.1 Pre-release
Pre-release
publicize static add

Auth 0.3

23 Mar 14:20
Compare
Choose a tag to compare
Auth 0.3 Pre-release
Pre-release
0.3.0

verified + error cleanup

Auth 0.2.1

23 Mar 09:49
Compare
Choose a tag to compare
Auth 0.2.1 Pre-release
Pre-release

New:

  • Add an add(permission: ...) convenience
  • Readme

Auth 0.2

23 Mar 09:48
Compare
Choose a tag to compare
Auth 0.2 Pre-release
Pre-release
Merge pull request #2 from vapor/token-updates

token + cleanup

Auth 0.1

16 Feb 10:14
Compare
Choose a tag to compare
Auth 0.1 Pre-release
Pre-release

Simplified authentication and authorization layer on top of Fluent.