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

Implement authorization #79

Open
bpross-52n opened this issue Apr 27, 2021 · 3 comments
Open

Implement authorization #79

bpross-52n opened this issue Apr 27, 2021 · 3 comments

Comments

@bpross-52n
Copy link
Member

Certain endpoints/operations need a security layer, e.g. getting the list of jobs, executing processes and deploying new processes.

@Kundanagrawalofficial
Copy link

Yes, that is correct. To ensure the security of sensitive information and to control access to certain resources, many APIs require authentication and authorization. An authentication token, such as an OAuth token or JSON Web Token (JWT), is typically used to identify the user or client making the API request. Once the user is authenticated, an authorization check is performed to determine if the user has the necessary permissions to access the requested endpoint or operation.

If the user is not authorized, the API returns a "Not Authorized" error, indicating that the user lacks the necessary permissions to access the requested resource. In this case, the user may need to request access or provide additional credentials to gain the necessary authorization.

@njiddasalifu
Copy link

Hello I wish to work on this issue. some one should assign it to me

@ayaan474
Copy link

i would like to solve this issue . can u please assign it to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants