# Wristband Multi-Tenant Authentication SDK for Python FastAPI
Wristband provides enterprise-ready auth that is secure by default, truly multi-tenant, and ungated for small businesses.
- Website: [Wristband Website](https://wristband.dev)
- Documentation: [Wristband Docs](https://docs.wristband.dev/)
For detailed setup instructions and usage guidelines, visit the project's GitHub repository.
- [FastAPI Auth SDK - GitHub](https://github.com/wristband-dev/fastapi-auth)
## Details
This SDK facilitates seamless interaction with Wristband for user authentication within multi-tenant FastAPI applications. It follows OAuth 2.1 and OpenID standards and is supported for Python 3.11+. Key functionalities encompass the following:
- Initiating a login request by redirecting to Wristband.
- Receiving callback requests from Wristband to complete a login request.
- Retrieving all necessary JWT tokens and userinfo to start an application session.
- Logging out a user from the application by revoking refresh tokens and redirecting to Wristband.
- Checking for expired access tokens and refreshing them automatically, if necessary.
You can learn more about how authentication works in Wristband in our documentation:
- [Backend Server Auth Integration](https://docs.wristband.dev/docs/backend-server-integration)
- [Login Workflow In Depth](https://docs.wristband.dev/docs/login-workflow)
## Questions
Reach out to the Wristband team at <support@wristband.dev> for any questions regarding this SDK.
Raw data
{
"_id": null,
"home_page": null,
"name": "wristband-fastapi-auth",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "api, auth, authentication, authorization, fastapi, jwt, multi-tenant, multi-tenancy, oauth, oidc, sdk, secure, security, wristband",
"author": null,
"author_email": "Wristband <support@wristband.dev>",
"download_url": "https://files.pythonhosted.org/packages/c7/c8/a58d706651c1210ec90873c4969942ccf166c72d300f6538fdd224dc3d28/wristband_fastapi_auth-0.3.0.tar.gz",
"platform": null,
"description": "# Wristband Multi-Tenant Authentication SDK for Python FastAPI\n\nWristband provides enterprise-ready auth that is secure by default, truly multi-tenant, and ungated for small businesses.\n\n- Website: [Wristband Website](https://wristband.dev)\n- Documentation: [Wristband Docs](https://docs.wristband.dev/)\n\nFor detailed setup instructions and usage guidelines, visit the project's GitHub repository.\n\n- [FastAPI Auth SDK - GitHub](https://github.com/wristband-dev/fastapi-auth)\n\n\n## Details\n\nThis SDK facilitates seamless interaction with Wristband for user authentication within multi-tenant FastAPI applications. It follows OAuth 2.1 and OpenID standards and is supported for Python 3.11+. Key functionalities encompass the following:\n\n- Initiating a login request by redirecting to Wristband.\n- Receiving callback requests from Wristband to complete a login request.\n- Retrieving all necessary JWT tokens and userinfo to start an application session.\n- Logging out a user from the application by revoking refresh tokens and redirecting to Wristband.\n- Checking for expired access tokens and refreshing them automatically, if necessary.\n\nYou can learn more about how authentication works in Wristband in our documentation:\n\n- [Backend Server Auth Integration](https://docs.wristband.dev/docs/backend-server-integration)\n- [Login Workflow In Depth](https://docs.wristband.dev/docs/login-workflow)\n\n## Questions\n\nReach out to the Wristband team at <support@wristband.dev> for any questions regarding this SDK.\n",
"bugtrack_url": null,
"license": null,
"summary": "SDK for integrating your Python FastAPI application with Wristband. Handles user authentication and token management.",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://docs.wristband.dev",
"Homepage": "https://wristband.dev",
"Repository": "https://github.com/wristband-dev/fastapi-auth"
},
"split_keywords": [
"api",
" auth",
" authentication",
" authorization",
" fastapi",
" jwt",
" multi-tenant",
" multi-tenancy",
" oauth",
" oidc",
" sdk",
" secure",
" security",
" wristband"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6a7863296465c7feb0a2062812f40a82cc78e7cb3f5fd3daae86a11ba325c8d0",
"md5": "9afbbd2364f07d00f748cdab7c136c5e",
"sha256": "be6838e4efd3d27dcccca336703e88e2ed8069be05a9d3fcf4c57b5d44687446"
},
"downloads": -1,
"filename": "wristband_fastapi_auth-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9afbbd2364f07d00f748cdab7c136c5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 20863,
"upload_time": "2025-09-04T23:32:56",
"upload_time_iso_8601": "2025-09-04T23:32:56.013579Z",
"url": "https://files.pythonhosted.org/packages/6a/78/63296465c7feb0a2062812f40a82cc78e7cb3f5fd3daae86a11ba325c8d0/wristband_fastapi_auth-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c7c8a58d706651c1210ec90873c4969942ccf166c72d300f6538fdd224dc3d28",
"md5": "64df7d864cd130b27ae520a9e6efbca2",
"sha256": "1c826f42063e5d672d85a6ff2a610e7871901b14f9733686156d5724586a8cd4"
},
"downloads": -1,
"filename": "wristband_fastapi_auth-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "64df7d864cd130b27ae520a9e6efbca2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 45914,
"upload_time": "2025-09-04T23:32:57",
"upload_time_iso_8601": "2025-09-04T23:32:57.254636Z",
"url": "https://files.pythonhosted.org/packages/c7/c8/a58d706651c1210ec90873c4969942ccf166c72d300f6538fdd224dc3d28/wristband_fastapi_auth-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 23:32:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wristband-dev",
"github_project": "fastapi-auth",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wristband-fastapi-auth"
}