{"id":23412870,"url":"https://github.com/darthrichlius/FlexAuthAPI","last_synced_at":"2025-08-25T02:31:40.587Z","repository":{"id":268912688,"uuid":"905350642","full_name":"darthrichlius/FlexAuthAPI","owner":"darthrichlius","description":"A standards-compliant OAuth 2.0 authentication and authorization service and provider #NodeJS #OAuth2 #MFA #SSO","archived":false,"fork":false,"pushed_at":"2025-01-07T11:37:52.000Z","size":44582,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v0.x","last_synced_at":"2025-05-31T23:17:33.998Z","etag":null,"topics":["api","authentication","authorization","express","mfa","oauth2","sso"],"latest_commit_sha":null,"homepage":"https://flexauthapi-docs.rdieud.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darthrichlius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-12-18T16:41:43.000Z","updated_at":"2025-01-07T11:37:56.000Z","dependencies_parsed_at":"2025-05-24T12:20:08.120Z","dependency_job_id":null,"html_url":"https://github.com/darthrichlius/FlexAuthAPI","commit_stats":null,"previous_names":["darthrichlius/fastmicroservices-auth","darthrichlius/flexauth","darthrichlius/flexauthapi"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/darthrichlius/FlexAuthAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthrichlius%2FFlexAuthAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthrichlius%2FFlexAuthAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthrichlius%2FFlexAuthAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthrichlius%2FFlexAuthAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darthrichlius","download_url":"https://codeload.github.com/darthrichlius/FlexAuthAPI/tar.gz/refs/heads/v0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthrichlius%2FFlexAuthAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271999353,"owners_count":24856182,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","authentication","authorization","express","mfa","oauth2","sso"],"created_at":"2024-12-22T18:19:56.941Z","updated_at":"2025-08-25T02:31:40.580Z","avatar_url":"https://github.com/darthrichlius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlexAuth\n\nA standards-compliant OAuth service and provider.\n\n\u003e **⚠️ Important:** Do not use before version \u003e=v0.3 (gold) for 2FA stable integration; \u003e=v0.5 (gold) for OAuth 2.0 stable integration.\n\n## ABOUT THE PROJECT\n\n### Status\n\nThe project is ⚠️**under active development**.⚠️\n\n**Important:** Please read the disclaimer section carefully before proceeding.  \nFor a deeper understanding of the design decisions, architecture, and implementation, refer to the documentation section.\n\n### Vision\n\nTo build a secure, standalone (self-hosted), and reusable authentication service that simplifies the implementation of authentication and authorization for both users and applications.\n\n### Purpose\n\nFlexAuth aims to provide a ready-to-integrate authentication service with modern security protocols for seamless user authentication and fine-grained authorization.\n\n### Target Use Cases\n\nFlexAuth is designed to be used in both **user-centric** and **microservices-oriented** environments.\n\n- **For users**, the goal is to provide an intuitive and customizable visual authentication experience.\n- **For developers**, FlexAuth serves as a turnkey solution to integrate secure, scalable authentication and authorization into distributed systems.\n- **For applications**, FlexAuth provides an OAuth-based service to manage fine-grained access control and authorization.\n\n## FEATURES\n\n**Note:** This is the envisioned feature set. As of now, not all features may be available.  \nRefer to the [roadmap](#) and changelog for the latest updates.\n\n### Authentication\n\nFor a comprehensive list and description of features, refer to [FEATURES.md](FEATURES.md).\n\n**As an authentication provider:**\n\n- Token-based credential generation (JWTs)\n- Multi-factor authentication (MFA)\n  - TOTP (Time-based One-Time Password)\n  - Email OTP (One-Time Password)\n  - SMS OTP\n- Single Sign-On (SSO) across multiple platforms\n- Passkey authentication (Passwordless authentication)\n- Remember Me functionality for persistent sessions\n- Email validation to ensure functional addresses\n\n**As a proxy for third-party authentication:**\n\n- Google SSO integration\n- GitHub SSO integration\n- Additional third-party integrations planned\n\n### Compatibility\n\n- OAuth 2.0 Token-based authentication\n- Session-based authentication\n- Cookie-based authentication\n\n## DOCUMENTATION\n\n- **Project Overview**\n- **Technical Documentation** (What, How, Why)\n  - API Documentation (Guides, Tutorials, Examples)\n- **API References**: Detailed API specifications for Business and Data Abstract APIs\n\n## DISCLAIMER\n\n**THIS PROJECT IS FOR DEMONSTRATION PURPOSES ONLY. DO NOT USE IT IN PRODUCTION!**  \n(Unless you fully understand the risks and requirements)\n\nThis project is not intended for production environments.  \nThe code is provided as-is, with no warranties, and is likely **unstable for production use**.  \nThe roadmap reflects a personal vision with features and requirements that may not align with production standards.  \nThe implementation requires additional steps that are outside the scope of this project.  \nFor example, you must implement your own observability tools and manage your own infrastructure (databases, caching, serverless, events, etc.).\n\n**IT IS FUNCTIONAL, STABLE FOR TESTING, AND USABLE IN NON-PRODUCTION ENVIRONMENTS.**\n\nYou can run the project locally using Docker (recommended).\n\n\n## CONTRIBUTING\n\nThis project is not intended for collaborative contributions.  \nIf you are interested in collaborating on an authentication project, we recommend exploring [OpenAuth](https://github.com/openauthjs/openauth).\n\nCollaborating requires dedicated time and resources to manage contributions effectively.  \nUnfortunately, we currently lack the capacity to provide the necessary support.  \nAs accepting collaboration without ensuring a qualitative approach goes against our values, we have chosen to not allow collaboration at this time.\n\n\n## LICENSE\n\nFor full license details, please refer to the [LICENSE.md](./LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarthrichlius%2FFlexAuthAPI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarthrichlius%2FFlexAuthAPI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarthrichlius%2FFlexAuthAPI/lists"}