mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-14 00:54:36 +08:00
Added simple docs for tokens
This commit is contained in:
parent
4062fc0bbd
commit
18c36e14bb
2 changed files with 26 additions and 25 deletions
|
@ -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)
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue