mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 21:20:41 +00:00
Barycenter is an OpenID Connect Identity Provider (IdP) implementing OAuth 2.0 Authorization Code flow with PKCE. Written in Rust using axum, SeaORM, and josekit. Features: - Authorization Code flow with PKCE (S256) - Dynamic client registration - Token endpoint with multiple auth methods - ID Token signing (RS256) - UserInfo endpoint - Discovery and JWKS publication 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cargo build:*)",
|
|
"Bash(curl:*)",
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"Bash(jq:*)",
|
|
"Bash(cargo install:*)",
|
|
"Bash(cargo nextest run:*)",
|
|
"Bash(RUST_BACKTRACE=1 cargo nextest run:*)",
|
|
"Bash(lsof:*)",
|
|
"Bash(pkill:*)",
|
|
"mcp__github__search_repositories",
|
|
"mcp__github__get_me",
|
|
"mcp__github__search_users"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|