Please file an issue here.
Bugs are evaluated every day as soon as possible.
Do you miss a feature? Please file an issue here
Enhancements are discussed and evaluated every Wednesday by the ZITADEL core team.
We add the label "good first issue" for problems we think are a good starting point to contribute to the OIDC SDK.
If you like to contribute fork the OIDC repository. After you implemented the new feature create a Pull Request in the OIDC repository.
Make sure you use semantic release messages format.
<type>(<scope>): <short summary>
Allowed values are listed in .github/semantic.yml under types:.
This is optional to indicate which component is affected.
Allowed values are listed in .github/semantic.yml under scopes:.
When in doubt, omit the scope — <type>: <short summary> is always valid.
Provide a brief description of the change.
Checkout the examples folder for different client and server implementations.
Or checkout how we use it ourselves in our OpenSource Identity and Access Management ZITADEL.
- Please read Security Policy.