Added simple docs for tokens

This commit is contained in:
Andris Reinman 2020-07-07 11:16:31 +03:00
parent 4062fc0bbd
commit 18c36e14bb
2 changed files with 26 additions and 25 deletions

View file

@ -1,24 +1,25 @@
- General
- [Info](README.md)
- [Features](general/features.md)
- [Installation](general/install.md)
- [Migration guide](general/migration-guide.md)
- [FAQ](general/faq.md)
- HTTP API
- [API Documentation :link:](//docs.wildduck.email/api)
- [Error codes](api-error-codes.md)
- Additional software
- [WildDuck MTA (Outbound SMTP)](additional-software/wildduck-mta.md)
- [Haraka plugin (Inbound SMTP)](additional-software/haraka-plugin.md)
- [Rspamd (Spam detection)](additional-software/rspamd.md)
- [WildDuck webmail](additional-software/webmail.md)
- [Import Maildir](additional-software/import-maildir.md)
- [Third party projects](additional-software/third-party-projects.md)
- In Depth
- [Operating WildDuck](in-depth/operating-wildduck.md)
- [E-Mail Protocol support](in-depth/protocol-support.md)
- [Security implementation](in-depth/security.md)
- [Administrating WildDuck via command line](in-depth/command-line.md)
- [Attachment deduplication](in-depth/attachment-deduplication.md)
- [Retention policies](in-depth/retention-policies.md)
- [Docker](in-depth/docker.md)
- General
- [Info](README.md)
- [Features](general/features.md)
- [Installation](general/install.md)
- [Migration guide](general/migration-guide.md)
- [FAQ](general/faq.md)
- HTTP API
- [API Documentation :link:](//docs.wildduck.email/api)
- [Error codes](api-error-codes.md)
- Additional software
- [WildDuck MTA (Outbound SMTP)](additional-software/wildduck-mta.md)
- [Haraka plugin (Inbound SMTP)](additional-software/haraka-plugin.md)
- [Rspamd (Spam detection)](additional-software/rspamd.md)
- [WildDuck webmail](additional-software/webmail.md)
- [Import Maildir](additional-software/import-maildir.md)
- [Third party projects](additional-software/third-party-projects.md)
- In Depth
- [Operating WildDuck](in-depth/operating-wildduck.md)
- [E-Mail Protocol support](in-depth/protocol-support.md)
- [Security implementation](in-depth/security.md)
- [Administrating WildDuck via command line](in-depth/command-line.md)
- [Attachment deduplication](in-depth/attachment-deduplication.md)
- [Retention policies](in-depth/retention-policies.md)
- [Docker](in-depth/docker.md)
- [API roles](in-depth/roles.md)

View file

@ -32,4 +32,4 @@ Authentication related events (this also includes modifications in authenticatio
## Role based tokens
By default a root token is used for validating API calls. You can use role based and user bound tokens instead to limit damage in case tokens are leaked. Read about tokens [here](tokens.md).
By default a root token is used for validating API calls. You can use role based and user bound tokens instead to limit damage in case tokens are leaked. Read about tokens [here](roles.md).