Skip to content

Commit

Permalink
rephrase changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zvasilev committed Oct 9, 2024
1 parent 204f888 commit e272847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/content/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ draft: false
<Changelog date="v3.1.30 (Oct 9, 2024)">
<Badge type="added">added</Badge>

- Secure Authentication via OpenID
**Secure Authentication via OpenID**
Mailtemi now supports OpenID Connect for secure authentication. Your password remains private between you and your mail server, while the app securely receives only the necessary security tokens.

Mailtemi now supports OpenID Connect Dynamic Client Registration and OpenID Connect Discovery, allowing the app to authenticate securely without sending your password to the server.
- **OpenID Connect Discovery** – Automatically discover relevant OIDC endpoints via the `/.well-known/openid-configuration` endpoint.
- **OpenID Dynamic Client Registration** – Automatically authenticate with the server via OAuth with the OIDC provider, without requiring explicit email app-to-email server setup.

<Badge type="changed">fixed</Badge>
- Fixed an issue where tapping "Move to folder" would cause the application to crash.
Expand Down

0 comments on commit e272847

Please sign in to comment.