Commit Graph

4 Commits

Author SHA1 Message Date
Jeremy Greenwood 41000c2fdb
Remove Bcrypt hash function argument (#449)
Fixed typo which specified the argument `password` in 

```
func hash(_ plaintext: String, cost: Int = 12) throws -> String
```
2020-03-11 09:43:40 +00:00
tanner0101 c6a7f75a59 rc.1 updates 2020-03-02 13:07:33 -05:00
tanner0101 8536178b4b add migration names, fixes #441 2020-02-15 13:03:26 -05:00
Tanner c5151a44cb
add authentication (#435)
* add authentication

* update auth

* rm yaml change

* add fluent auth/c

* fixes

* fix nits

* composition
2020-01-22 14:59:59 -08:00