March 2018
Beginner to intermediate
410 pages
10h 40m
English
The Markdown engine supports authorization of authenticated user privileges. The following metadata tags can be used to protect your content:
|
Tag |
Description |
|
Login |
Link to login page, if a valid user has not been authenticated. The login page in turn should contain a method for users to authenticate themselves. The simplest method might be a form with a post back to a web service, which authenticates the given credentials and stores the corresponding user object in the given user variable (see below). |
|
Privilege |
Privileges required by the authenticated user, before the user is allowed to view the page. The metadata tag can be used multiple times, once for each privilege. If no privileges are provided, ... |
Read now
Unlock full access