This release adds support for user accounts.
Only login with external identity providers is supported and that's unlikely to change in the future.
However, if there's demand, support for more providers can be added.
If you feel like you must use a local identity provider, there's an option to use a custom providers, as long as it support OpenID Connect.
Warning
This is a breaking release that requires database drop (or manual migration) and changes to configuration settings.
Please consult new README for more details.
What's Changed
- Update dependabot file by @KowalskiPiotr98 in #13
- Update README.md by @KowalskiPiotr98 in #14
- Fix sonar issues by @KowalskiPiotr98 in #25
- Add user accounts by @KowalskiPiotr98 in #29
Full Changelog: 0.1.1...0.2.0