Wishlist
Self-hosted wishlist app to share with friends and family
Alternative to: amazon wish list, elfster

v0.42.0
2025-04-07New Features
Wishlist now supports authenticating via a third-party identity provider with OAuth and OpenID Connect. This means you can log in with your favorite self-hosted auth providers such as Authelia or Authentik. Any provider which supports the OpenID Connect spec should be supported. Configuration is done through the global application settings.
With this change, the settings page has been redesigned to look a little nicer and is more functional.
What’s Changed
- Remove lucia dependency by @cmintey in https://github.com/cmintey/wishlist/pull/214
- OAuth Authentication by @cmintey in https://github.com/cmintey/wishlist/pull/248
- Refactor settings page by @cmintey in https://github.com/cmintey/wishlist/pull/269
- Update dependencies by @cmintey in https://github.com/cmintey/wishlist/pull/270
- Unify auth checks by @cmintey in https://github.com/cmintey/wishlist/pull/271
- Add a real logger by @cmintey in https://github.com/cmintey/wishlist/pull/272
- Translations update from Hosted Weblate by @weblate in https://github.com/cmintey/wishlist/pull/268
Full Changelog: https://github.com/cmintey/wishlist/compare/v0.41.4…v0.42.0