mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +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>
29 lines
361 B
Text
29 lines
361 B
Text
# Rust build artifacts
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Cargo
|
|
Cargo.lock
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Application-specific
|
|
/keys/
|
|
/jwks.json
|
|
/private_key.json
|
|
/data/jwks.json
|
|
/data/private_key.pem
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Environment and config (optional - uncomment if you want to ignore local configs)
|
|
# config.toml
|
|
# .env
|