mirror of https://github.com/vapor/docs.git
Updated authentication doc wording (#604)
This commit is contained in:
parent
474533fc76
commit
21d1b0ffca
|
|
@ -29,7 +29,7 @@ struct User: Authenticatable {
|
|||
}
|
||||
```
|
||||
|
||||
Each example below will create an authenticator named `UserAuthenticator`.
|
||||
Each example below will use an instance of an authenticator which we created. In these examples, we've called it `UserAuthenticator`.
|
||||
|
||||
### Route
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue