Skip to content

Commit

Permalink
Adding the JWT example to the documentation overview
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Sep 12, 2019
1 parent 41e474a commit 9eedd61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/JWT-Example.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# JWT Example

Perquisites:
Requirements for this document:

* You know how JWT works
* You know how [JWT](https://jwt.io/) works
* You've read [the quick start and introduction](Quick-start-and-introduction.md) guide

Assuming you've read the quick start guide, you'll remember the `getAuthenticationService()` method. Inside this method you already added the `FormAuthenticator`, now you're going to add the `JwtAuthenticator` to the `$authenticatorCollection`:
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Only if you plan to use the PSR-15 middleware:

* [Architectural Overview](docs/Architecture-Overview.md)
* [Quick Start and Introduction](docs/Quick-start-and-introduction.md)
* [JWT Example](docs/JWT-Example.md)
* [Authenticators](docs/Authenticators.md)
* [Session](docs/Authenticators.md#session)
* [Token](docs/Authenticators.md#token)
Expand Down

0 comments on commit 9eedd61

Please sign in to comment.