idcoop/CHANGELOG.md
Olivier 'reivilibre acb148d144
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/tag/ci Pipeline was successful
v0.0.1
Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
2024-07-07 23:11:32 +01:00

17 lines
543 B
Markdown

# idCoop v0.0.1 (2024-07-07)
This is the first versioned release of idCoop.
I consider the minimally useful set of features to be implemented,
but absolutely no more.
It is certainly not ready for most people and the user interface
is particularly underdeveloped.
## Features
- Minimal support for OAuth 2.1 draft 9 and OpenID Connect.
- The `authorization_code` grant type is supported with PKCE. All others are unsupported.
- Basic CLI tool for managing users.
- Primitive username and password login. Rate-limited by client address.