Skip to content

[Feature]: Add JWT in /doc section #3889

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

Closed
4 tasks done
sivaprasath2004 opened this issue Jul 25, 2024 · 3 comments · Fixed by #3893
Closed
4 tasks done

[Feature]: Add JWT in /doc section #3889

sivaprasath2004 opened this issue Jul 25, 2024 · 3 comments · Fixed by #3893
Assignees
Labels
CodeHarborHub - Thanks for creating an issue! documentation Improvements or additions to documentation gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels tutorial Label for tutorials and educational content.

Comments

@sivaprasath2004
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

  • In web Developement most popular Security Technique JWT.
  • If i want to add this JSON Web Token (JWT) .
  • please assing me..

Use Case

Why this popular?

  • Authentication: When a user logs in, the server generates a JWT, signing it with a secret key or a private key. The token is then sent to the client.
  • Client-side storage: The client stores the JWT (usually in localStorage or a cookie).
  • Authorization: For subsequent requests, the client includes the JWT in the HTTP headers (typically in the Authorization header using the Bearer schema).
  • Token verification: The server receives the token and verifies its signature using the secret or public key. If valid, the server processes the request; otherwise, it rejects the request.

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
@sivaprasath2004 sivaprasath2004 added the enhancement New feature or request label Jul 25, 2024
Copy link

Hi @sivaprasath2004! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

@sivaprasath2004
Copy link
Contributor Author

Hello @ajay-dhangar please assign me..

@ajay-dhangar ajay-dhangar added documentation Improvements or additions to documentation GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor tutorial Label for tutorials and educational content. labels Jul 25, 2024
@ajay-dhangar ajay-dhangar moved this to In Progress in @CodeHarborHub's Docs Jul 25, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in @CodeHarborHub's Docs Jul 26, 2024
Copy link

Hello @sivaprasath2004! Your issue #3889 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CodeHarborHub - Thanks for creating an issue! documentation Improvements or additions to documentation gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level2 GirlScript Summer of Code | Contributor's Levels tutorial Label for tutorials and educational content.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants