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]: Client ID and Client Secret #84

Open
4 tasks
michael-pisman opened this issue Nov 19, 2023 · 0 comments
Open
4 tasks

[FEAT]: Client ID and Client Secret #84

michael-pisman opened this issue Nov 19, 2023 · 0 comments
Assignees
Labels
new feature For feature requests and new ideas

Comments

@michael-pisman
Copy link
Member

michael-pisman commented Nov 19, 2023

Add functionality and endpoints for handling Client credentials(Client ID and secret)

Proposed document:

id - unique id for storing in the database
name - unique name of the client
description - brief description of the client
client_id - 32 characters long string 
secret - 256 characters long string
  • Create Document class
  • Create functionality for creating, updating, and deleting records
  • Add schemas for API requests and responses
  • Add API endpoints for the server admin
@michael-pisman michael-pisman converted this from a draft issue Nov 19, 2023
@github-actions github-actions bot added the new feature For feature requests and new ideas label Nov 19, 2023
@michael-pisman michael-pisman changed the title [FEAT]: Better authentication [FEAT]: Client ID and Client Secret Nov 19, 2023
@michael-pisman michael-pisman self-assigned this Nov 19, 2023
@michael-pisman michael-pisman moved this to Todo in API v1.0.0 Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature For feature requests and new ideas
Projects
Status: Todo
Development

No branches or pull requests

1 participant