Browse Source

docs: Add hint on how manage sessions in authentication docs

* Added hint for `CustomFields` configuration

Added hint for `CustomFields` configuration referencing  [Customizing Models With Custom Fields](https://www.vendure.io/docs/developer-guide/customizing-models/)

* fix(docs): changed link to a relative one

* chore(docs): Added hint on how to manage sessions

Co-authored-by: Kevin Mattutat <kevin.mattutat@spaceparrots.de>
Drayke 4 years ago
parent
commit
0bd47f6d74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/content/docs/developer-guide/authentication.md

+ 2 - 0
docs/content/docs/developer-guide/authentication.md

@@ -9,6 +9,8 @@ Authentication is the process of determining the identity of a user. Common ways
 
 By default, Vendure uses a username/email address and password to authenticate users, but also supports a wide range of authentication methods via configurable AuthenticationStrategies.
 
+While developing a storefront, mobile app or server that implements authentication of Vendure further reading on [Managing Sessions]({{< relref "managing-sessions" >}}) is highly recommended.
+
 ## Adding support for external authentication
 
 This is done via the [`VendureConfig.authOptions` object]({{< relref "auth-options" >}}#shopauthenticationstrategy):