📄️ Access Token
Access token are long-term tokens that can be used to authenticate API requests to Donetick. They are typically used by applications or scripts that need to interact with Donetick programmatically.
📄️ Single Sign-On(SSO)
Donetick supports OpenID Connect (OIDC) authentication using the OAuth2 protocol. This allows users to log in with identity providers. such as Authentik.
📄️ Webhook
Webhooks provide a way to receive real-time notifications about events occurring within Donetick. This allows you to integrate Donetick with other systems and automate actions based on these events. For example, you could use webhooks to send notifications, update databases, trigger workflows, or perform other custom logic.