v0.10.0

jo-inc/camofox-browserv0.10.0Mar 29, 2026by azophy

AI Summary

This release introduces an OpenID Connect (OIDC) provider option to the setup wizard, allowing users to configure authentication through GitHub or a generic OIDC provider. It includes support for specific configuration parameters such as issuer URLs, client IDs, and secrets, while also generating a commented configuration for alternative providers. This enhances flexibility for users who need to integrate with various identity providers.

Key Highlights

  • Added OIDC provider option to setup wizard
  • Support for GitHub and Generic OIDC provider types
  • Configuration support for issuer URL, client ID/secret, and principal field
  • Auto-generation of commented alternative provider configuration

New Features

  • OIDC provider type selection
  • OIDC configuration support (issuer, client ID/secret, principal field)
  • Alternative provider config generation

Full Release Notes

## What's Changed

* feat: add OIDC provider option to setup wizard
  - Add provider type selection (GitHub vs Generic OIDC)
  - Support OIDC configuration: issuer URL, client ID/secret, principal field
  - Generate config with alternative provider as fully commented section
* Update README.md

**Full Changelog**: v0.8.0...v0.10.0