Skip to content

Commit baf69bb

Browse files
cleanup
1 parent 7012218 commit baf69bb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/workos/fga.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
"""
2-
DEPRECATED: This module is deprecated and will be removed in a future version.
3-
Please use workos.authorization instead for Fine-Grained Authorization (FGA) functionality.
4-
5-
See authorization.py for the new resource-based FGA APIs:
6-
- get_resource, create_resource, update_resource, delete_resource, list_resources
7-
- get_resource_by_external_id, update_resource_by_external_id, delete_resource_by_external_id
8-
- check, assign_role, remove_role, list_role_assignments, remove_role_assignment
9-
- list_resources_for_membership, list_memberships_for_resource, list_memberships_for_resource_by_external_id
2+
DEPRECATED: This module is deprecated, use the Authorization module instead.
3+
See src/workos/authorization.py
104
"""
115

126
import json

0 commit comments

Comments
 (0)