Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] auth endpoint for permissions #29

Open
NeonDaniel opened this issue Jul 9, 2024 · 0 comments · May be fixed by #32
Open

[FEAT] auth endpoint for permissions #29

NeonDaniel opened this issue Jul 9, 2024 · 0 comments · May be fixed by #32
Assignees
Labels
enhancement New feature or request

Comments

@NeonDaniel
Copy link
Member

Objective

Implement a /auth/permissions endpoint to query access for the current token

Initial Implementation Requirements

  • Define a response model for ClientPermissions

Other Considerations

Should ClientPermissions be a pydantic model instead of a dataclass?

@NeonDaniel NeonDaniel added enhancement New feature or request triage New issue needs review help wanted Extra attention is needed and removed triage New issue needs review labels Jul 9, 2024
NeonDaniel added a commit that referenced this issue Oct 17, 2024
Change `ClientPermissions` to extend pydantic class for OpenAPI compat.
Closes #29
@NeonDaniel NeonDaniel self-assigned this Oct 17, 2024
@NeonDaniel NeonDaniel removed the help wanted Extra attention is needed label Oct 17, 2024
NeonDaniel added a commit that referenced this issue Oct 17, 2024
Change `ClientPermissions` to extend pydantic class for OpenAPI compat.
Closes #29
@NeonDaniel NeonDaniel linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant