Commit Graph

11 Commits

Author SHA1 Message Date
Martin Lasek dd8c182c6c
updated validate function call (#597)
Currently, the docs describe a deprecated use of the function validate.
2021-03-31 09:37:48 +01:00
Hailong dacc05c523
Fix the variable name in sample code. (#584) 2021-01-13 11:09:12 +00:00
Hailong 352106d1f8
Correct the base64 encoding of user credential. (#583) 2021-01-12 09:18:17 +00:00
Tim Condon d5d4521254
Add website authentication (#576)
* Add website authentication

* Fix typo
2020-12-08 17:22:47 +00:00
tanner0101 83ce79ec50 rm UserTokenAuthenticator that no longer exists 2020-08-05 00:47:21 -04:00
Tanner 4e6f81b4f0
Add JWT docs (#534)
* add JWT docs

* add rest of JWT page

* clarify vendored jwts

* updates
2020-07-30 17:33:20 -04:00
Daniel Jilg 7b1131bf7e
Fix an invalid example password in Authentication (#533)
The example in authentication -> Fluent first establishes code that checks wether a user’s password is at least 8 characters long, and then uses a 6 character password in the example. This is not a huge problem, but it might present a stumbling block for readers who didn’t pay close attention to the code.
2020-07-30 12:40:45 +01:00
tanner0101 547078532d fix outdated auth docs, fixes #491 2020-05-28 12:35:25 -04:00
Tanner 7af47ba980
vapor 4.0.0 gm (#462)
* vapor 4.0.0 gm

* env debug

* start sessions docs

* fluent session driver setup

* session + fluent + auth

* errors

* fix italics typo

* middleware

* password apis

* add server docs

* server docs

* xctvapor docs

* services

* quote
2020-04-09 13:39:51 -04:00
Tanner eaf0f72033
console + logging docs (#458)
* console + logging docs

* commands docs

* updates
2020-03-27 17:47:30 -04: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