mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-23 01:36:47 +08:00
- Introduced `FrontendAuthProviderExclusive` capability to restrict authentication to a single selected provider. - Added `SetExclusiveProvider` and `ClearExclusiveProvider` methods for managing exclusive providers in the access registry. - Updated `pluginhost` to prioritize and enforce exclusive providers based on plugin priority and ID. - Enhanced RPC capabilities schema to include `FrontendAuthProviderExclusive` field. - Added example plugin and tests for exclusive frontend auth behavior.
8 lines
221 B
Modula-2
8 lines
221 B
Modula-2
module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/frontend-auth-exclusive/go
|
|
|
|
go 1.26.0
|
|
|
|
require github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
|
|
|
|
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..
|