{"id":24785488,"url":"https://github.com/salehb1/vaultix","last_synced_at":"2026-04-28T21:02:03.774Z","repository":{"id":274665217,"uuid":"923656258","full_name":"SalehB1/Vaultix","owner":"SalehB1","description":"A modern Identity and Access Management (IAM) service built with FastAPI","archived":false,"fork":false,"pushed_at":"2025-01-28T16:49:03.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T17:34:51.720Z","etag":null,"topics":["fastapi","fastapi-auth","fastapi-auth2","iam"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SalehB1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-28T16:30:16.000Z","updated_at":"2025-01-28T16:49:06.000Z","dependencies_parsed_at":"2025-01-28T17:44:55.429Z","dependency_job_id":null,"html_url":"https://github.com/SalehB1/Vaultix","commit_stats":null,"previous_names":["salehb1/vaultix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalehB1%2FVaultix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalehB1%2FVaultix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalehB1%2FVaultix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalehB1%2FVaultix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SalehB1","download_url":"https://codeload.github.com/SalehB1/Vaultix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240764,"owners_count":20583099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","fastapi-auth","fastapi-auth2","iam"],"created_at":"2025-01-29T14:18:41.842Z","updated_at":"2026-04-28T21:01:58.747Z","avatar_url":"https://github.com/SalehB1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaultix IAM Service\n\nA modern Identity and Access Management (IAM) service built with FastAPI, featuring custom implementations and enterprise-grade authentication flows.\n\n## ✨ Core Features\n\n### Custom FastAPI Extensions\n- 🔧 Class-based views (CBV) implementation\n- 🛣️ Enhanced router with trailing slash support\n- 🔄 Custom middleware system\n\n### Authentication Methods\n- 📧 Email/Password authentication\n- 📱 Phone number with OTP\n- ✨ Magic link authentication\n- 🔑 OAuth2 providers:\n  - Google\n  - GitHub\n- 🎟️ JWT with refresh tokens\n\n### User Management\n- 👤 Profile management\n- ✉️ Email verification\n- 📞 Phone verification\n- 🔐 Password reset/recovery\n- 🖼️ Profile picture support\n\n### Security Features\n- 🔒 Role-based access control (RBAC)\n- 🛡️ Custom permissions system \n- 🍪 Secure cookie management\n- 🚦 Rate limiting\n- 🌐 CORS protection\n\n## 🛠️ Tech Stack\n\n- FastAPI\n- PostgreSQL\n- Redis\n- Docker\n- Nginx\n- Alembic\n- SQLAlchemy\n\n## 📦 Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/vaultix-iam.git\ncd vaultix-iam\n```\n\n2. Configure environment variables\n```bash\ncp .env.example .env\n# Edit .env with your configurations\n```\n\n3. Run with Docker\n```bash\ndocker-compose up --build\n```\n\n## 🚀 Roadmap\n\n### Phase 1: Authentication Enhancements\n- [ ] WebAuthn/FIDO2 support\n- [ ] Multi-factor authentication\n- [ ] Hardware token support\n- [ ] Additional OAuth providers\n\n### Phase 2: Advanced Authorization\n- [ ] Dynamic permission evaluation\n- [ ] Resource-level permissions\n- [ ] Organization/Team management\n- [ ] API key management\n\n### Phase 3: Security \u0026 Monitoring\n- [ ] Advanced audit logging\n- [ ] Brute force protection\n- [ ] Session management\n- [ ] Device fingerprinting\n- [ ] Health monitoring system\n\n### Phase 4: Enterprise Features\n- [ ] Admin dashboard\n- [ ] Webhook system\n- [ ] Plugin architecture\n- [ ] API versioning\n- [ ] Multi-tenant support\n\n## 📚 API Documentation\n\nAfter starting the server, access the API documentation at:\n- Swagger UI: `http://localhost:8000/docs`\n- ReDoc: `http://localhost:8000/redoc`\n\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.\n\n## 💡 Custom Implementations\n\nThe project includes several custom implementations:\n- Class-based views for FastAPI\n- Enhanced router with uniform slash handling\n- Custom middleware system\n- Advanced authentication flows\n- Service layer architecture\n\n## 🔜 Incoming Future Features\n\n1. Authentication Enhancements\n- Biometric authentication\n- Certificate-based auth\n- Single Sign-On (SSO)\n\n2. Authorization\n- Dynamic permission system\n- Resource-level access control\n- Role inheritance\n\n3. Infrastructure\n- Distributed caching\n- Database optimization\n- Performance monitoring\n\n4. Integration\n- Event system\n- Webhook management\n- Plugin system\n\n## 📞 Support\n\nFor support, please open an issue in the GitHub repository.\n\n---\nMade with ❤️ by [Saleh]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalehb1%2Fvaultix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalehb1%2Fvaultix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalehb1%2Fvaultix/lists"}