cognee/cognee/modules/users
Igor Ilic 52c978faeb
docs: Multi user authorization example (#1466)
<!-- .github/pull_request_template.md -->

## Description
Add return value of creating role and tenant, add detailed permissions
example to Cognee

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [x] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [x] **I have tested my changes thoroughly before submitting this PR**
- [x] **This PR contains minimal changes necessary to address the
issue/feature**
- [x] My code follows the project's coding standards and style
guidelines
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] I have added necessary documentation (if applicable)
- [x] All new and existing tests pass
- [x] I have searched existing PRs to ensure this change hasn't been
submitted already
- [x] I have linked any relevant issues in the description
- [x] My commits have clear and descriptive messages

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.

---------

Co-authored-by: Boris <boris@topoteretes.com>
Co-authored-by: Hande <159312713+hande-k@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-29 20:15:50 +02:00
..
authentication feat: migrate new UI to cognee (#966) 2025-06-18 20:56:44 +02:00
exceptions chore: Changing base classes for exceptions that were already defined 2025-08-13 15:14:43 +02:00
methods remove starter notebook creation from create_user 2025-09-18 18:22:02 +01:00
models feat: migrate new UI to cognee (#966) 2025-06-18 20:56:44 +02:00
permissions Merge branch 'main' into dev 2025-09-19 17:27:48 +02:00
roles/methods docs: Multi user authorization example (#1466) 2025-09-29 20:15:50 +02:00
tenants/methods docs: Multi user authorization example (#1466) 2025-09-29 20:15:50 +02:00
__init__.py feat: implement new local UI (#1279) 2025-09-05 15:39:04 +02:00
get_fastapi_users.py feat: migrate new UI to cognee (#966) 2025-06-18 20:56:44 +02:00
get_user_db.py Version 0.1.21 (#431) 2025-01-10 19:37:50 +01:00
get_user_manager.py fix: add custom openauth schema 2025-06-30 15:09:13 +02:00