Files
Kyle Isom 647fd26e60 Add SSO login support
- Add [sso] config section with redirect_uri
- Create mcdsl/sso client when SSO is configured
- Add /login (landing page), /sso/redirect, /sso/callback routes
- Add /logout route
- Update login template with SSO landing page variant
- Bump mcdsl to v1.6.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 20:23:25 -07:00
..
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00
2026-03-31 20:23:25 -07:00

Finder library for Afero

GitHub Workflow Status go.dev reference GitHub go.mod Go version OpenSSF Scorecard

Finder library for Afero ported from go-finder.

Warning

This is an experimental library under development.

Backwards compatibility is not guaranteed, expect breaking changes.

Installation

go get github.com/sagikazarmark/locafero

Usage

Check out the package example on go.dev.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Run the test suite:

just test

License

The project is licensed under the MIT License.