vapor / auth

👤 Authentication and Authorization framework for Fluent.
53 stars 34 forks source link

Bypass config for PasswordAuthenticatable and make tests compile #20

Closed 0xTim closed 6 years ago

0xTim commented 6 years ago

Bypasses the need to specify the verifier in config and allows it to be passed into the authenticate call directly to allow for better flexibility for use cases such as libraries as per discussion on Slack.

tanner0101 commented 6 years ago

Great, thanks Tim :)