Enable authentication
To enable authentication, you must create a zettel that stores authentication data for the owner. Then you must reference this zettel within the startup configuration under the key owner. Once the startup configuration contains a valid zettel identifier under that key, authentication is enabled.
Please note that you must also set key secret of the startup configuration to some random string data (minimum length is 16 bytes) to secure the data exchanged with a client system.
Incoming
- Zettelstore installation for the intermediate user
- Configure the running Zettelstore
- List of predefined zettel
- Supported Metadata Keys
- Supported values for metadata key ''read-only''
- Security
- Visibility rules for zettel
- Access rules
- API
- API: Authenticate a client
- API: Renew an access token
- API: List all zettel
- API: Query the list of all zettel
- API: Retrieve metadata and content of an existing zettel
- API: Retrieve metadata of an existing zettel
- API: Retrieve evaluated metadata and content of an existing zettel in various encodings
- API: Retrieve parsed metadata and content of an existing zettel in various encodings
- API: Delete a zettel
- API: Check for authentication
- API: Refresh internal data
- API: Encoding of Zettel Access Rights
- Troubleshooting