Commit Graph

12 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 b74b590060 timestamp updates 2020-03-02 13:16:47 -05:00
tanner0101 c6a7f75a59 rc.1 updates 2020-03-02 13:07:33 -05:00
rpstro02 eef1360f6a
Siblings (#443)
* added siblings documentation

* more siblings documentation

* siblings

* Add previously abridged siblings and migration code
Improved sibling relationship post request

* Improved tag creation post route
addressed nits
2020-02-20 20:55:03 +00:00
Tanner 6fb3503878
Swift 5.2 requirement (#442) 2020-02-15 13:44:40 -08:00
tanner0101 8536178b4b add migration names, fixes #441 2020-02-15 13:03:26 -05:00
Steve Bryce 2448ff5392
Timestamp and ModelMiddleware docs (#436)
* Timestamp and ModelMiddleware docs

* Readability improvements

* Nit fixes
2020-02-07 13:06:22 +00: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
tanner0101 1c8f61f6f2 fix links 2020-01-20 16:09:25 -05:00
Tanner f675ce19f8
Refactor 4.0 Folder Structure (#433)
* validation basics

* refactor folder structure
2020-01-20 12:17:12 -08:00
Bastian Inuk Christensen 98f8095c48 Changed .psql to .mysql in part about mysql (#431) 2020-01-19 10:14:19 -08:00
Tanner ed4878a5e9
start fluent docs (#430)
* start fluent docs

* finish overview

* update sqlite config

* fix nits

* fix typo
2020-01-18 13:09:44 -08:00